Skip to content

Commit

Permalink
(pgtap) fixing sql error
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Feb 20, 2024
1 parent 9d6d6be commit e87c26b
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 e87c26b

Please sign in to comment.