Skip to content

Commit

Permalink
Remove unnecessary import & fix pgTAP test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Feb 1, 2024
1 parent 58482e2 commit 3f88e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/java/com/opencastsoftware/pgtap/ExampleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import org.flywaydb.core.Flyway;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.testcontainers.containers.PostgreSQLContainer;
import org.testcontainers.containers.wait.strategy.Wait;
import org.testcontainers.junit.jupiter.Container;
Expand Down
2 changes: 1 addition & 1 deletion src/test/sql/schema-test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SELECT has_table(
SELECT columns_are(
'test',
'conditions',
ARRAY ['time', 'location', 'device', 'temperature', 'humidity', 'sunlight_intensity'],
ARRAY ['time', 'location', 'device', 'temperature', 'humidity'],
'The conditions table has the expected columns'
);

Expand Down

0 comments on commit 3f88e62

Please sign in to comment.