Skip to content

Commit

Permalink
Remove test mirroring implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jun 10, 2024
1 parent 8b1f171 commit 8ca2b49
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ class SendFormsTaskSpecTest {
projectId = CollectHelpers.setupDemoProject()
}

@Test
fun `maxRetries should not be limited`() {
assertThat(SendFormsTaskSpec().maxRetries, equalTo(null))
}

@Test
fun `returns false if sending instances fails`() {
whenever(instancesDataService.sendInstances(projectId)).doReturn(false)
Expand Down

0 comments on commit 8ca2b49

Please sign in to comment.