Skip to content

Commit

Permalink
Merge pull request #196 from joseph6x/master-typo
Browse files Browse the repository at this point in the history
Fix typo in DataStoreTestBase.
  • Loading branch information
lewismc committed Oct 11, 2019
2 parents a354b35 + 4af16a8 commit 0297cf8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -221,8 +221,8 @@ public void testExists() throws Exception {
}

@Test
public void testBenchamarkExists() throws Exception {
log.info("test method: testBenchamarkExists");
public void testBenchmarkExists() throws Exception {
log.info("test method: testBenchmarkExists");
DataStoreTestUtil.testBenchmarkGetExists(employeeStore);
}

Expand Down

0 comments on commit 0297cf8

Please sign in to comment.