Skip to content

Commit

Permalink
Add missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed May 8, 2024
1 parent dc0539e commit 63242a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/scala/tlschannel/NullEngineTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public Collection<DynamicTest> testHalfDuplexDirectBuffers() {
Loops.halfDuplex(socketPair, dataSize, false, false);
System.out.printf("-eng-> %5d -net-> %5d -eng->\n", size1, size1);
});
tests.add(test);
}
return tests;
}
Expand Down

0 comments on commit 63242a8

Please sign in to comment.