Skip to content

Commit d08b8f1

Browse files
committed
Small fix
1 parent dc00363 commit d08b8f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sharktuner/tests/candidate_ordering_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ def test_init_tuning_records(
180180
sorted_order = [2, 0, 1]
181181
tuning_records = candidate_ordering.init_tuning_records(sample_knobs, sorted_order)
182182

183-
expected = [tr1, tr2, tr3]
184-
185-
assert tuning_records == expected
183+
assert tuning_records == [tr1, tr2, tr3]
186184

187185

188186
def test_flatten_records(

0 commit comments

Comments
 (0)