Add C# string-returning Json tests

This commit is contained in:
2025-04-05 18:43:25 -04:00
parent 8c1d534d7a
commit 74961c4ba7
2 changed files with 418 additions and 1 deletions

View File

@@ -1163,7 +1163,6 @@ let private verifyExpectedOrder idFirst idSecond idThird idFourth idFifth (json:
| None -> ()
| None -> ()
| None -> ()
Expect.stringEnds json "]" "The array should have ended with `]`"
/// Integration tests for the Json module of the PostgreSQL library
let jsonTests = testList "Json" [