Skip to content

Commit

Permalink
update speaker details test
Browse files Browse the repository at this point in the history
  • Loading branch information
kibettheophilus committed Oct 30, 2023
1 parent 2b644de commit 3372862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SpeakerDetailsScreenTest {

composeTestRule.setContent {
SpeakerDetailsRoute(
id = 0,
name = "Harun Wangereka",
SpeakerDetailsScreenViewModel(
speakersRepo = speakersRepo,
savedStateHandle = mockSavedStateHandle
Expand Down

0 comments on commit 3372862

Please sign in to comment.