Skip to content

Commit

Permalink
Minor change on tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Sep 19, 2016
1 parent d8aed05 commit 604fc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/octet/tests/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
(let [buffer (buf/allocate 16 {:type :direct :impl :netty})]
(t/is (.isDirect buffer))
(t/is (instance? ByteBuf buffer)))))

#?(:clj
(t/deftest indexed-specs-write-with-offset
(let [spec (buf/spec (buf/int32))
Expand Down

0 comments on commit 604fc4a

Please sign in to comment.