Skip to content
Snippets Groups Projects
Commit 626b5977 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

minor bug fix

parent 5782e269
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def test_missingVariable(flagger):
data)
pdata, pflags = runner(meta, flagger, data)
assert (data.columns == [var]).all()
assert (pdata.columns == [var]).all()
@pytest.mark.parametrize("flagger", TESTFLAGGERS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment