Skip to content

Commit

Permalink
delete test that will no longer error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvavrek committed Jun 30, 2023
1 parent d4cfc62 commit 16b8063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/isotope_qty_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def test_handle_datetime(date_in):
"iso, date, kwargs, error",
[
(["Cs-137"], None, {"atoms": 1e24}, TypeError),
("Cs-137", 123, {"bq": 456}, TypeError),
("Cs-137", datetime.datetime.now(), {"asdf": 3}, IsotopeQuantityError),
("Cs-137", None, {"bq": -13.3}, ValueError),
],
Expand Down

0 comments on commit 16b8063

Please sign in to comment.