Skip to content

Commit 604fc4a

Browse files
committed
Minor change on tests.
1 parent d8aed05 commit 604fc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/octet/tests/core.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
(let [buffer (buf/allocate 16 {:type :direct :impl :netty})]
7979
(t/is (.isDirect buffer))
8080
(t/is (instance? ByteBuf buffer)))))
81+
8182
#?(:clj
8283
(t/deftest indexed-specs-write-with-offset
8384
(let [spec (buf/spec (buf/int32))

0 commit comments

Comments
 (0)