Skip to content

Commit

Permalink
Lint multiple rows test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham committed May 22, 2024
1 parent 24fb396 commit afad7f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_dataprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ def test_init_multiple_rows(self):
}

self.assertRaises(
ValueError, Dataprep, foo=pd.concat([self.foo, self.foo.iloc[0:1]], axis=0), **kwargs
ValueError,
Dataprep,
foo=pd.concat([self.foo, self.foo.iloc[0:1]], axis=0),
**kwargs,
)

def test_init_arg_treatment_identifier(self):
Expand Down

0 comments on commit afad7f3

Please sign in to comment.