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:
mcilwain 2016-12-27 09:42:20 -08:00 committed by Ben McIlwain
parent 48a1bacbb0
commit be523f7ce2
4 changed files with 86 additions and 64 deletions

View file

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