Skip to content

Commit

Permalink
Fix self found nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyk-91 committed Feb 13, 2017
1 parent 568db0b commit 714801e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void close() {
kv.close();
}


@Test
public void canBackupTimestampTableIfItDoesNotExist() {
kv.dropTable(AtlasDbConstants.TIMESTAMP_TABLE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ public interface TimestampStoreInvalidator {
default void revalidateFromBackup() {
throw new UnsupportedOperationException("Restore is not supported by this timestamp store.");
}
}
}

0 comments on commit 714801e

Please sign in to comment.