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 406eb38 commit 8adb4a3Copy full SHA for 8adb4a3
test/gleam/bit_array_test.gleam
@@ -191,7 +191,7 @@ pub fn slice_test() {
191
// This test is target specific since it's using non byte-aligned BitArrays
192
// and those are not supported on the JavaScript target.
193
@target(erlang)
194
-pub fn slice_erlang_onyl_test() {
+pub fn slice_erlang_only_test() {
195
<<0, 1, 2:7>>
196
|> bit_array.slice(0, 3)
197
|> should.equal(Error(Nil))
0 commit comments