Skip to content

Commit

Permalink
fix cassandra test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 27, 2024
1 parent 265720f commit 6e38dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ final class CassandraSessionSpec extends CassandraSpecBase(ActorSystem("Cassandr

"selectOne empty" in {
val row = await(session.selectOne(s"SELECT count FROM $dataTable WHERE partition = ? and key = ?", "A", "x"))
row.toString mustBe empty
row.isPresent mustBe false
}

"create indexes" in {
Expand Down

0 comments on commit 6e38dc1

Please sign in to comment.