Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Sep 9, 2024
1 parent 9f23ef2 commit 321d840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/server/src/test/scala/gql/StreamingTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ class StreamingTest extends CatsEffectSuite {
// There should be one lease on both resources if we await
// When a new element arrives, that is, tl.head, then a lease on level2 and level1 should be present
val check = IO {
println((level1Users, level2Users))
assert(clue(level1Users) >= 1)
assert(clue(level2Users) >= 1)
}
Expand Down

0 comments on commit 321d840

Please sign in to comment.