We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e56a5 commit 754aeaeCopy full SHA for 754aeae
src/test/java/im/tox/tox4j/ToxTest.scala
@@ -56,6 +56,11 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin {
56
withToxUnit(_.close())
57
}
58
59
+ /*
60
+ * Can't easily test this anymore, because bootstrap now actually reports
61
+ * success/failure immediately.
62
+ */
63
64
test("BootstrapBorderlinePort1") {
65
withToxUnit { tox =>
66
tox.bootstrap(
@@ -75,6 +80,7 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin {
75
80
)
76
81
77
82
83
78
84
79
85
test("IterationInterval") {
86
0 commit comments