test: Meta examples

This commit is contained in:
Tibo De Peuter 2025-05-08 19:14:48 +02:00
parent 1feb3893c5
commit 9b454a9669
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 62 additions and 3 deletions

View file

@ -55,7 +55,7 @@ class IoOperatorsTests {
assertEquals(1, result.size, "Should return one result")
assertTrue(result[0].isSuccess, "Result should be successful")
assertEquals("person(john, doe)", outStream.toString().trim(), "Output should match the structure")
assertEquals("person(john,doe)", outStream.toString().trim(), "Output should match the structure")
}
@Test