Skip to content

Commit

Permalink
change struct_mode test order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 22, 2021
1 parent fa173c8 commit baa918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compare_dictconfig_vs_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def python_dict(data: Dict[Any, Any]) -> Dict[Any, Any]:
return deepcopy(data)


@fixture(params=[True, False, None])
@fixture(params=[None, False, True])
def struct_mode(request: Any) -> Optional[bool]:
struct_mode: Optional[bool] = request.param
return struct_mode
Expand Down

0 comments on commit baa918c

Please sign in to comment.