test: Meta examples
This commit is contained in:
parent
1feb3893c5
commit
9b454a9669
5 changed files with 62 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue