Skip to content

Commit a8cb443

Browse files
committed
(Fix FAPL tests due to H5Pequal quirks on 1.8)
1 parent a6f2224 commit a8cb443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ type FAB = FileAccessBuilder;
151151

152152
#[test]
153153
fn test_fapl_common() -> h5::Result<()> {
154-
test_pl_common!(FA, PropertyListClass::FileAccess, |b: &mut FAB| b.family().finish());
154+
test_pl_common!(FA, PropertyListClass::FileAccess, |b: &mut FAB| b.sieve_buf_size(8).finish());
155155
Ok(())
156156
}
157157

0 commit comments

Comments
 (0)