fix binary code set_char bug

This commit is contained in:
Torsten Ruger
2018-03-26 19:41:30 +03:00
parent e61ef93943
commit 3fcb4b74c7
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ module Parfait
end
def test_set_char56_double
@code = BinaryCode.new(16)
assert @code.set_char(56 , 1)
assert @code.set_char(56 , 120)
end
def test_nilled
assert_equal 0 , @code.get_word(1)