summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_completion.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index 70f77d0a..0ae4215f 100644
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -375,11 +375,6 @@ def test_path_completion_user_expansion(cmd2_app):
# Verify that the results are the same in both cases
assert completions_tilde == completions_home
- # This next assert fails on AppVeyor Windows containers, but works fine on my Windows 10 VM
- if not sys.platform.startswith('win'):
- # Verify that there is something there
- assert completions_tilde
-
def test_path_completion_directories_only(cmd2_app, request):
test_dir = os.path.dirname(request.module.__file__)