Skip to content

Commit b9eabf0

Browse files
committed
fix releations test
1 parent 05c67e7 commit b9eabf0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

itest/test_relations.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,16 +415,12 @@ async def test_set_set_init_state(self, client0):
415415
await client.query(r'''wse();''')
416416
res = await client.query(r'''export();''')
417417
self.assertEqual(res, r'''
418-
// Enums
419-
420-
421-
// Types
422-
423418
new_type('A');
424419
new_type('B');
425420
new_type('C');
426421
new_type('D');
427422
423+
428424
set_type('A', {
429425
bb: '{B}',
430426
});
@@ -443,7 +439,7 @@ async def test_set_set_init_state(self, client0):
443439
mod_type('C', 'rel', 'cc', 'cc');
444440
mod_type('D', 'rel', 'da', 'db');
445441
446-
// Procedures
442+
447443
448444
449445
'DONE';

0 commit comments

Comments
 (0)