1
0
mirror of https://github.com/google/nomulus synced 2026-03-27 12:55:28 +00:00

Reduce visibility of test helper method

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145084942
This commit is contained in:
eaftan
2017-01-20 07:48:38 -08:00
committed by Ben McIlwain
parent 0c2b1d1b32
commit f15bb698ae

View File

@@ -157,7 +157,7 @@ public abstract class FlowTestCase<F extends Flow> extends ShardableTestCase {
}
}
public void assertNoHistory() throws Exception {
protected void assertNoHistory() throws Exception {
assertThat(ofy().load().type(HistoryEntry.class)).isEmpty();
}