Skip to content

Commit

Permalink
(pgtap) fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 9, 2024
1 parent 2913fb1 commit 2e6af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgtap/mincut/stoerWagner/compare_components.pg
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SELECT CASE WHEN (SELECT boost FROM pgr_full_version()) < '1.80' THEN
collect_tap(set_eq('stoerWagner7', 'VALUES (1, 1, 1, 1)', '6: Compare the mincut of subgraph with actual result'))
ELSE
collect_tap(set_eq('stoerWagner7', 'VALUES (1, 14, 1, 1)', '6: Compare the mincut of subgraph with actual result'))
END CASE;
END;

SELECT * FROM finish();
ROLLBACK;

0 comments on commit 2e6af69

Please sign in to comment.