Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 11, 2022
1 parent 8f2c6de commit 21df2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/test/test_query_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_query_condition_int():

def test_query_condition_string():
uri = os.path.join(SOMA_URI, "obs")
condition = "louvain == b'NK cells'"
condition = 'louvain == "NK cells"'

pandas = pandas_query(uri, condition)

Expand Down

0 comments on commit 21df2f6

Please sign in to comment.