Skip to content

Commit f6ca9b2

Browse files
committed
spec: Fix fixture
1 parent 4640bd8 commit f6ca9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fixture/int32.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "../../src/binary_parser"
22

33
class Int32Parser < BinaryParser
4-
int8 :value
4+
int32 :value
55
end
66

77
Int32Fixture = IO::Memory.new(sizeof(Int32))

0 commit comments

Comments
 (0)