Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed May 24, 2024
1 parent d73cf27 commit adeea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def reset_db(num_commits: int = 1) -> None:
"str": "test",
"None": None,
"datetime": get_datetime(1),
"Quantity": 1.2345 * u.cm,
"Quantity": 1.2345 * u.m, # pylint: disable=no-member
"list": [123, "test"],
"dict": {"int": 123, "str": "test"},
"paramList": ParamList([123, "test"]),
Expand Down

0 comments on commit adeea8a

Please sign in to comment.