We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5575fb7 commit 6824e6bCopy full SHA for 6824e6b
pgtap/ksp/ksp/inner_query.pg
@@ -27,7 +27,7 @@ $BODY$
27
BEGIN
28
29
IF NOT min_version('3.6.0') THEN
30
- RETURN QUERY SELECT skip(1, 'pgr_withPointsKSP testing only valid signatures on 4.0.0');
+ RETURN QUERY SELECT skip(1, 'pgr_KSP testing only valid signatures on 4.0.0');
31
RETURN;
32
END IF;
33
pgtap/ksp/ksp/no_crash_test.pg
@@ -46,7 +46,7 @@ subs TEXT[];
46
47
48
49
50
51
52
0 commit comments