Skip to content

Commit 3f88e62

Browse files
Remove unnecessary import & fix pgTAP test
1 parent 58482e2 commit 3f88e62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/java/com/opencastsoftware/pgtap/ExampleTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import org.flywaydb.core.Flyway;
88
import org.junit.jupiter.api.BeforeAll;
9-
import org.junit.jupiter.api.BeforeEach;
109
import org.testcontainers.containers.PostgreSQLContainer;
1110
import org.testcontainers.containers.wait.strategy.Wait;
1211
import org.testcontainers.junit.jupiter.Container;

src/test/sql/schema-test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SELECT has_table(
1111
SELECT columns_are(
1212
'test',
1313
'conditions',
14-
ARRAY ['time', 'location', 'device', 'temperature', 'humidity', 'sunlight_intensity'],
14+
ARRAY ['time', 'location', 'device', 'temperature', 'humidity'],
1515
'The conditions table has the expected columns'
1616
);
1717

0 commit comments

Comments
 (0)