You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2019/10/11 18:55:52 UTC

[gora] branch master updated: Fix typo in DataStoreTestBase.

This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
     new 4af16a8  Fix typo in DataStoreTestBase.
     new 0297cf8  Merge pull request #196 from joseph6x/master-typo
4af16a8 is described below

commit 4af16a83784a9cd7474d0da40216995e1b846f6f
Author: Jose Ortiz <je...@gmail.com>
AuthorDate: Thu Oct 3 00:15:51 2019 -0500

    Fix typo in DataStoreTestBase.
---
 gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java b/gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java
index f9c4ab9..8000306 100644
--- a/gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java
+++ b/gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java
@@ -221,8 +221,8 @@ public abstract class DataStoreTestBase {
   }
 
   @Test
-  public void testBenchamarkExists() throws Exception {
-    log.info("test method: testBenchamarkExists");
+  public void testBenchmarkExists() throws Exception {
+    log.info("test method: testBenchmarkExists");
     DataStoreTestUtil.testBenchmarkGetExists(employeeStore);
   }