Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Nov 14, 2024
1 parent 6f641a9 commit b0e41a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum-zio/src/test/scala/ZioPgTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ZioPgTests extends FunSuite, TestContainersFixtures:
runIO:
connect(ds()):
val r0 = carRepo.findById(3L).get
val r1 = carRepo.findById(1L)
val r1 = carRepo.findById(4L)
(r0, r1)

assertEquals(r0, allCars.last)
Expand Down

0 comments on commit b0e41a8

Please sign in to comment.