mirror of
https://github.com/google/nomulus
synced 2026-09-04 15:17:13 +00:00
Increment the clock in expand recurring billings events test
Also adds some clarity on when to use the non-incrementing version. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143037508
This commit is contained in:
@@ -643,7 +643,6 @@ public class DatastoreHelper {
|
||||
FluentIterable.from(asList(expected)).transform(BILLING_EVENT_ID_STRIPPER));
|
||||
}
|
||||
|
||||
|
||||
/** Assert that there are no billing events. */
|
||||
public static void assertNoBillingEvents() {
|
||||
assertThat(getBillingEvents()).isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user