Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 16, 2024
1 parent 583f446 commit fdbb264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TEST_CONFIG_NAMES = [
config.split(".")[0]
for config in os.listdir(TEST_CONFIG_DIR)
if config.endswith(".yaml") and not (config.startswith("_") or config.endswith("_")) or "ds_tp" in config
if config.endswith(".yaml") and not (config.startswith("_") or config.endswith("_") or "ds_tp" in config)
]


Expand Down

0 comments on commit fdbb264

Please sign in to comment.