Skip to content

Commit fb8b9b0

Browse files
Revert debugging fragment
1 parent b3b3829 commit fb8b9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/javawebstack/orm/test/TypesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void testFields() throws ORMConfigurationException {
2323
ORM.register(ExampleModel.class, sql(), config);
2424
ORM.autoMigrate(true);
2525

26-
Timestamp timestamp = Timestamp.from(Instant.now(Clock.systemDefaultZone()));
26+
Timestamp timestamp = Timestamp.from(Instant.now());
2727
ExampleModel model = new ExampleModel();
2828
model.exampleString = "Hello ;)";
2929
model.exampleEnum = ExampleModel.Type.USER;

0 commit comments

Comments
 (0)