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 a068fc9 commit 6c21648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/spec/SimpleSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class SimpleSpec extends AsyncWordSpec with AsyncIOSpec with Matchers {
}
// TODO: search for an item by name and by age range
"replace Jane Doe" in {
Person.set(Person("Jane Doe", 20, id2)).map { p =>
Person.set(Person("Jan Doe", 20, id2)).map { p =>
p._id should be(id2)
}
}
Expand Down

0 comments on commit 6c21648

Please sign in to comment.