Skip to content

Commit 8bc1f01

Browse files
committed
fix minor changes
1 parent 94a6caa commit 8bc1f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgtap/ordering/sloan/edge_cases.pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PREPARE q2 AS
4848
SELECT * FROM pgr_sloanOrdering('SELECT id, source, source AS target, cost, reverse_cost FROM edges WHERE id = 2');
4949

5050
RETURN QUERY
51-
SELECT set_eq('r4', $$VALUES (1, 6)$$, '4: Same node returned');
51+
SELECT set_eq('q2', $$VALUES (1, 6)$$, '4: Same node returned');
5252

5353
-- 3 -- 7 -- 3; 2 vertices test (connected)
5454

@@ -75,7 +75,7 @@ PERFORM todo_start('Graph is disconnected, check if algo works for disconnected
7575
-- 3 -- 3; 7 -- 7; 2 vertices test (isolated)
7676

7777
PREPARE q5 AS
78-
SELECT * FROM pgr_sloanOrdering('SELECT id, source, source AS target, cost, reverse_cost FROM edges WHERE id = 7;
78+
SELECT * FROM pgr_sloanOrdering('SELECT id, source, source AS target, cost, reverse_cost FROM edges WHERE id = 7
7979
UNION
8080
SELECT id, target AS source, target, cost, reverse_cost FROM edges WHERE id = 7');
8181

0 commit comments

Comments
 (0)