Skip to content

Commit

Permalink
Fix II
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Jun 23, 2020
1 parent 3a48528 commit 06d13c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/test_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def test_feature_extraction(self):

features = features.compute()

self.assertEqual(list(features.columns), ["my_id", "value", "variable"])
self.assertEqual(list(sorted(features.columns)), ["my_id", "value", "variable"])
self.assertEqual(len(features), 2 * len(MinimalFCParameters()))

0 comments on commit 06d13c3

Please sign in to comment.