Skip to content

Commit

Permalink
fix double doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantuMope committed Sep 20, 2024
1 parent bca872b commit fadd4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alf/config_util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def sole_init_test_env(x):
self.assertEqual(alf.get_config_value("sole_init_test_twice.x"), 1)
self.assertEqual(alf.get_config_value("sole_init_test_env.x"), 1)

# Test override_config doesn't doesn't overwrite for immutable values.
# Test override_config doesn't overwrite for immutable values.
@alf.configurable
def override_on_immutable(x):
pass
Expand Down

0 comments on commit fadd4ef

Please sign in to comment.