Skip to content

Commit

Permalink
#1213 Updated EasyCLA
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Dec 13, 2024
1 parent 7b8beb6 commit 1346cb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class InstrumentsProviderTest extends AnyFeatureSpec with Matchers with MockFact
expectedRows.foreach(row => (mockTable.processUpdate(_: String, _: RowData, _ : Long) ).verify(row.get(KEY_FIELD).toString, row, *).once)
}


Scenario("skips updating table when response is not parsable") {
val mockClientResponse = "Some body"
val mockBackend = SyncBackendStub.whenAnyRequest.thenRespond(mockClientResponse)
Expand Down

0 comments on commit 1346cb3

Please sign in to comment.