Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Change description of a test to reflect what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
konradwudkowski committed Nov 4, 2018
1 parent 82b82f6 commit eed67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/uk/gov/hmrc/mongo/FindAndUpdateSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FindAndUpdateSpec
repo.find("key" -> example.key).futureValue.loneElement shouldBe Example(example.key, updatedDescription)
}

"return modified document if 'fetchNewObject' is set to false" in {
"return modified document if 'fetchNewObject' is set to true" in {
val example = gen[Example]
val updatedDescription = gen[String]

Expand Down

0 comments on commit eed67d6

Please sign in to comment.