Skip to content

Commit

Permalink
#238: Edit expected data on query test
Browse files Browse the repository at this point in the history
- Not too sure why this is happening, perhaps the generator script fixes? Would've thought it would've brought this up in the relevant PR though but I'll monitor this via CI on this branch
  • Loading branch information
MRichards99 committed Jul 19, 2021
1 parent cbef7b9 commit 6cd0d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/icat/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ def test_invalid_query_creation(self, icat_client):
" API 0",
"facility": {
"createId": "user",
"createTime": "2011-01-29 06:19:43+00:00",
"createTime": "2002-11-27 06:20:36+00:00",
"daysUntilRelease": 10,
"description": "Lorem ipsum light source",
"fullName": None,
"id": 1,
"modId": "user",
"modTime": "2008-10-15 12:05:09+00:00",
"modTime": "2005-04-30 19:41:49+00:00",
"name": "LILS",
"url": None,
},
Expand Down

0 comments on commit 6cd0d8d

Please sign in to comment.