Skip to content

Commit

Permalink
CORE-19024 compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Jan 9, 2024
1 parent 40d1506 commit 50ebcd9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ class StateManagerIntegrationTest {
}

val result = stateManager.commit(statesToCreate, statesToCreateOrUpdate.toSet(), statesToUpdate, statesToDelete)

assertThat(result).isNotNull
assertThat(result.failedToCreate).isEmpty()
assertThat(result.failedToDelete).isEmpty()
Expand Down

0 comments on commit 50ebcd9

Please sign in to comment.