Skip to content

Commit e7700c6

Browse files
committed
Test UnsafeAccess constructor
1 parent 10103e0 commit e7700c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/lmdbjava/LibraryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class LibraryTest {
2828
@Test
2929
public void coverPrivateConstructors() throws Exception {
3030
invokePrivateConstructor(Library.class);
31+
invokePrivateConstructor(UnsafeAccess.class);
3132
}
3233

3334
@Test

0 commit comments

Comments
 (0)