Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Aug 19, 2024
1 parent 7a7b538 commit 6e114c8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package net.savantly.nexus.flow.dom.connections.jdbcConnection;

import static org.junit.jupiter.api.Assertions.assertTrue;

import java.sql.Timestamp;
import java.sql.Time;
import java.time.ZonedDateTime;

import org.junit.jupiter.api.Test;
Expand All @@ -13,6 +11,5 @@ public class JdbcConnectionDestinationHookTest {
public void testTimestampString() {
var ts = ZonedDateTime.now();

Timestamp.valueOf(ts.toString());
}
}

0 comments on commit 6e114c8

Please sign in to comment.