Skip to content

Commit

Permalink
FFGR8-2472 : fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Nov 14, 2024
1 parent 97c1a6a commit 897ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/orchestrators/UserOrchestratorTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class UserOrchestratorTest(implicit ee: ExecutionEnv)
Duration.Inf
)

userList.map(_.id).toSet equals (expectedUsers.map(_.id).toSet) shouldEqual true
userList.map(_.id).toSet equals (expectedUsers.map(_.id).toSet) shouldEqual true
userList.map(_.id).contains(targetUser.id) shouldEqual false

deletedUsersList.map(_.id).contains(targetUser.id) shouldEqual true
Expand Down

0 comments on commit 897ec9f

Please sign in to comment.