Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 7, 2024
1 parent f2f6825 commit 6585159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hdf5_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class HDF5Test < Test::Unit::TestCase
release = FFI::MemoryPointer.new(:int)
HDF5::FFI.H5get_libversion(major, minor, release)
assert_equal(1, major.read_int)
assert_kind_of(Integer, minor.read_int)
assert_kind_of(10, minor.read_int)
assert_kind_of(Integer, release.read_int)
end

Expand Down

0 comments on commit 6585159

Please sign in to comment.