Skip to content

Commit

Permalink
test: use original test data #313
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Feb 18, 2022
1 parent 6a048c0 commit 20c43b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/search_api/filters/test_search_api_where_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class TestSearchAPIWhereFilter:
),
pytest.param(
SearchAPIWhereFilter("pid", "pid:1", "eq"),
"Sample",
"SELECT o FROM Sample o WHERE o.id = '1'",
"Instrument",
"SELECT o FROM Instrument o WHERE o.id = '1'",
id="Id instrument value (mapping that maps to multiple ICAT fields)",
),
pytest.param(
Expand Down

0 comments on commit 20c43b6

Please sign in to comment.