Skip to content

Commit

Permalink
complete test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Sep 20, 2024
1 parent c12ecb3 commit 13f0319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/serializer_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ def test_class
obj_new = assert_nothing_raised { FIRM.deserialize(obj_serial) }
assert_instance_of(::Array, obj_new)
assert_true(obj_new.all? { |e| String === e })
assert_equal(Point.name, obj_new[0])
assert_equal(Colour.name, obj_new[1])

end

Expand Down

0 comments on commit 13f0319

Please sign in to comment.