Skip to content

Commit

Permalink
minor change on test
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
  • Loading branch information
seankao-az committed Mar 11, 2024
1 parent 0d76522 commit 27a0681
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ class FlintTransactionITSuite extends OpenSearchTransactionSuite with Matchers {

test("should get empty if no metadata log entry for index") {
flintClient
.getIndexMetadataLatestLogEntry(testFlintIndex, testDataSourceName)
.isEmpty shouldBe true
.getIndexMetadataLatestLogEntry(testFlintIndex, testDataSourceName) shouldBe empty
}

test("should preserve original values when transition") {
Expand Down

0 comments on commit 27a0681

Please sign in to comment.