We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bedc2 commit 1deed0eCopy full SHA for 1deed0e
‎tests/test_command_search.py‎
@@ -78,7 +78,7 @@ async def test_command_search_returns_where_stringobjects(tile38: Tile38) -> Non
78
key = random_string()
79
oid = random_string()
80
string = random_string()
81
- pattern = string[:1] + "*"
+ pattern = string[:3] + "*"
82
83
await (
84
tile38
@@ -128,7 +128,7 @@ async def test_command_search_returns_wherein_stringobjects(tile38: Tile38) -> N
128
129
130
131
132
133
134
0 commit comments