use warnings better, small typo correction in test
This commit is contained in:
parent
4cf17c3993
commit
48b95f2700
4 changed files with 8 additions and 7 deletions
|
|
@ -306,8 +306,7 @@ def test_openQCD_filter() -> None:
|
|||
"updated_at"]
|
||||
df = pd.DataFrame(data,columns=cols)
|
||||
|
||||
with pytest.warns(Warning):
|
||||
find.openQCD_filter(df, a = "asdf")
|
||||
find.openQCD_filter(df, a = "asdf")
|
||||
|
||||
|
||||
def test_code_filter() -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue