Skip to content

Commit 21df2f6

Browse files
committed
more
1 parent 8f2c6de commit 21df2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtiledbsoma/test/test_query_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_query_condition_int():
5454

5555
def test_query_condition_string():
5656
uri = os.path.join(SOMA_URI, "obs")
57-
condition = "louvain == b'NK cells'"
57+
condition = 'louvain == "NK cells"'
5858

5959
pandas = pandas_query(uri, condition)
6060

0 commit comments

Comments
 (0)