Skip to content

Commit

Permalink
Add unit test for tkrzw version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 2, 2023
1 parent a861f02 commit e86231f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tkrzw-all-natives/src/test/java/tkrzw/DBMTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ public void load() {
assertThat(dbm2.get("hello".getBytes()), is("world".getBytes()));
}

@Test
public void version() {
assertThat(Utility.VERSION, is("1.0.27"));
}

}

0 comments on commit e86231f

Please sign in to comment.