Skip to content

Commit

Permalink
uncomment test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Nov 21, 2023
1 parent 5d8e170 commit c2a225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colibri/src/test/scala/colibri/ObservableSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ class ObservableSpec extends AsyncFlatSpec with Matchers {
),
)

// cancelable.isEmpty() shouldBe false
cancelable.isEmpty() shouldBe false

received shouldBe List(0)
errors shouldBe 0
Expand Down

0 comments on commit c2a225f

Please sign in to comment.