Skip to content

Commit

Permalink
Update pipeline/matcher_merger/merger/src/test/scala/weco/pipeline/me…
Browse files Browse the repository at this point in the history
…rger/services/IdentifiedWorkLookupTest.scala

Co-authored-by: Paul Butcher <[email protected]>
  • Loading branch information
kenoir and paul-butcher committed Sep 17, 2024
1 parent 14c35fc commit 50f0887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class IdentifiedWorkLookupTest
}
}

it("returns Some even if the stored version has a higher version") {
it("returns the stored version of a work if it has a higher version than the requested version") {
val oldWork = identifiedWork()
val newWork = oldWork.withVersion(oldWork.version + 1)

Expand Down

0 comments on commit 50f0887

Please sign in to comment.