File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def rows(uuid):
49
49
["hello" , "world" ],
50
50
["hello" , "world" ],
51
51
["hello" , None ],
52
- [("/tables/detect '" , 3 , "hello" )],
52
+ [("hello \ ' " , 3 , "hello" )],
53
53
"'\b \f \r \n \t \\ " ,
54
54
uuid ,
55
55
[uuid , uuid , uuid ],
@@ -681,13 +681,13 @@ async def test_array_string(self):
681
681
assert record ["array_string" ] == result
682
682
683
683
async def test_array_tuple (self ):
684
- result = [("/tables/detect '" , 3 , "hello" )]
684
+ result = [("hello '" , 3 , "hello" )]
685
685
assert await self .select_field ("array_tuple" ) == result
686
686
record = await self .select_record ("array_tuple" )
687
687
assert record [0 ] == result
688
688
assert record ["array_tuple" ] == result
689
689
690
- result = b"[('/tables/detect \\ '',3,'hello')]"
690
+ result = b"[('hello \\ '',3,'hello')]"
691
691
assert await self .select_field_bytes ("array_tuple" ) == result
692
692
record = await self .select_record_bytes ("array_tuple" )
693
693
assert record [0 ] == result
You can’t perform that action at this time.
0 commit comments