mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Fix weird flake (#1394)
This commit is contained in:
parent
d9fea56f4c
commit
b24f3caac8
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ import org.junit.jupiter.api.extension.RegisterExtension;
|
||||||
public class SignedMarkRevocationListTest {
|
public class SignedMarkRevocationListTest {
|
||||||
|
|
||||||
@RegisterExtension
|
@RegisterExtension
|
||||||
public final AppEngineExtension appEngine = AppEngineExtension.builder().withCloudSql().build();
|
public final AppEngineExtension appEngine =
|
||||||
|
AppEngineExtension.builder().withDatastoreAndCloudSql().build();
|
||||||
|
|
||||||
private final FakeClock clock = new FakeClock(DateTime.parse("2013-01-01T00:00:00Z"));
|
private final FakeClock clock = new FakeClock(DateTime.parse("2013-01-01T00:00:00Z"));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue