Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jan 21, 2025
1 parent df7f291 commit ca7a50d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class BlankFormListViewModelTest {
@Test
fun `updates forms when created`() {
createViewModel()
verify(formsDataService).update(projectId)
verify(formsDataService).refresh(projectId)
}

@Test
Expand Down

0 comments on commit ca7a50d

Please sign in to comment.