Skip to content

Commit 19baa2b

Browse files
committed
fix unit test
1 parent 817a438 commit 19baa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/_config/test_threaded_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def mutate_options_threaded(options, result_dict):
3737

3838
assert result_dict["this_before"] == 50
3939
assert result_dict["this_after"] == 50
40-
assert result_dict["other_before"] == 25
40+
assert result_dict["other_before"] == 10
4141
assert result_dict["other_after"] == 100

0 commit comments

Comments
 (0)