Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pietermartin/sqlg
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Aug 12, 2018
2 parents 5cb9aa6 + 8a68c2f commit 8d9268c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TestTopologyDeleteSpecific extends BaseTest {
@Test
public void testDeleteSchemaWithEdgeRoleAcrossMultipleSchemas() {
//Schema deletion does not work on all databases.
Assume.assumeFalse(isPostgres());
Assume.assumeTrue(isPostgres());
SqlgGraph g = this.sqlgGraph;
Vertex a1 = g.addVertex(T.label, "A.A");
Vertex b1 = g.addVertex(T.label, "B.B");
Expand Down

0 comments on commit 8d9268c

Please sign in to comment.