diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/frontend/completions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py index 5df873666..3352ddcc9 100644 --- a/tests/frontend/completions.py +++ b/tests/frontend/completions.py @@ -86,8 +86,8 @@ PROJECT_ELEMENTS = [ ] INVALID_ELEMENTS = [ - "target.foo" - "target.bst.bar" + "target.foo", + "target.bst.bar", ] MIXED_ELEMENTS = PROJECT_ELEMENTS + INVALID_ELEMENTS |