mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user