Skip to content

Commit a3beb1e

Browse files
committed
Cleanup a test case
1 parent 15ea410 commit a3beb1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_allpairs.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ def test_normal(self):
2020
"minute": [15, 30, 60],
2121
})
2222

23-
all_pairs = AllPairs(parameters)
24-
pairs_class = all_pairs.Pairs
25-
26-
for pairs in all_pairs:
23+
for pairs in AllPairs(parameters):
2724
assert pairs.brand == 'Brand X'
2825
assert pairs.os == 'NT'
2926
assert pairs.minute == 15

0 commit comments

Comments
 (0)