Skip to content

Commit 544f1af

Browse files
saucoidesauco
authored andcommitted
remove introduced error
1 parent 12f84e3 commit 544f1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def test_main_list_option_from_nox_env_var(
293293
# Verify that the sessions from the env var are listed in the config.
294294
config = execute.call_args[1]["global_config"]
295295
config_values = getattr(config, option)
296-
assert len(config_values) == len(values) + 1
296+
assert len(config_values) == len(values)
297297
assert all(value in config_values for value in values)
298298

299299

0 commit comments

Comments
 (0)