Skip to content

Commit

Permalink
assert correct values for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Dec 15, 2022
1 parent ebd60b6 commit 86b9a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/datagateway_api/icat/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class TestICATHelpers:
[
pytest.param("User", "user", id="singular single word entity name"),
pytest.param(
"PublicStep", "publicStep", id="singular two word entity name",
"PublicStep", "publicstep", id="singular two word entity name",
),
pytest.param(
"PermissibleStringValue",
"permissibleStringValue",
"permissiblestringvalue",
id="singular multi-word entity name",
),
],
Expand Down

0 comments on commit 86b9a11

Please sign in to comment.