Skip to content

Commit

Permalink
debug logic test
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Apr 3, 2024
1 parent 1ad60c4 commit dae4980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TestBasicLogicT {
val zList = z.toAsyncList
val fFirstN = zList.take(N)
val firstN = Await.result(fFirstN, 1.second)
//println(s"firstN = ${firstN.toSeq}")
println(s"firstN = ${firstN.toSeq}")
assert(firstN.size == N)
assert(firstN.find(_ == 8).isDefined)
assert(firstN.find(_ == 7).isDefined)
Expand Down

0 comments on commit dae4980

Please sign in to comment.