Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Apr 6, 2024
1 parent 29c43ed commit a068fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/test/scala/spec/SimpleSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ class SimpleSpec extends AsyncWordSpec with AsyncIOSpec with Matchers {
}
}
"delete John" in {
Person.delete(id1)
Person.delete(id1).map { deleted =>
deleted should not be empty
}
}
"verify exactly one object in data" in {
Person.size.map { size =>
Expand Down

0 comments on commit a068fc9

Please sign in to comment.