diff options
Diffstat (limited to 'test/t/test_xgamma.py')
-rw-r--r-- | test/t/test_xgamma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_xgamma.py b/test/t/test_xgamma.py index beb684f8..151e2d36 100644 --- a/test/t/test_xgamma.py +++ b/test/t/test_xgamma.py @@ -8,5 +8,5 @@ class TestXgamma: @pytest.mark.complete("xgamma -gam", require_cmd=True) def test_2(self, completion): - assert completion == "-gamma" + assert completion == "ma" assert completion.endswith(" ") |