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();
}