Skip to content

Commit

Permalink
Fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Jan 13, 2025
1 parent bdffab6 commit c61ca87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/fixtures/cgweb_orders/fluffy.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "comment",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": "4",
"container": null,
Expand Down Expand Up @@ -66,7 +66,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down Expand Up @@ -121,7 +121,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down Expand Up @@ -174,7 +174,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down
8 changes: 4 additions & 4 deletions tests/fixtures/cgweb_orders/rml.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "comment",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": "4",
"container": null,
Expand Down Expand Up @@ -66,7 +66,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down Expand Up @@ -118,7 +118,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down Expand Up @@ -171,7 +171,7 @@
"capture_kit": null,
"collection_date": null,
"comment": "",
"pool_concentration": "2",
"concentration": "2",
"concentration_ng_ul": null,
"concentration_sample": null,
"container": null,
Expand Down

0 comments on commit c61ca87

Please sign in to comment.