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 5b015b5 commit 2ede30fCopy full SHA for 2ede30f
doc/pgtap.mmd
@@ -466,8 +466,8 @@ the result of that to determine if the test succeeded or failed. So these:
466
467
are similar to these:
468
469
- SELECT ok( ultimate_answer() = 42, 'Meaning of Life' );
470
- SELECT isnt( foo() <> '', 'Got some foo' );
+ SELECT ok( ultimate_answer() = 42, 'Meaning of Life' );
+ SELECT ok( foo() <> '', 'Got some foo' );
471
472
(Mnemonic: "This is that." "This isn't that.")
473
0 commit comments