mirror of
https://github.com/google/nomulus.git
synced 2025-05-07 23:38:21 +02:00
Reduce visibility of test helper method
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145084942
This commit is contained in:
parent
0c2b1d1b32
commit
f15bb698ae
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue