Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Feb 14, 2025
1 parent bec6e4d commit 3bd1ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ class DiskServiceInterpTest
message <- publisherQueue.tryTake

} yield {
disks.map(_.status) shouldEqual List(DiskStatus.Deleted, DiskStatus.Deleted)
disks shouldEqual List.empty
message shouldBe None
}

Expand Down

0 comments on commit 3bd1ec9

Please sign in to comment.