From 95623d39d6029ba78ec96ad5ea08e9ac12629b91 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Mon, 3 Aug 2020 18:43:13 -0300 Subject: New upstream version 2.11 --- test/t/test_feh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/t/test_feh.py') diff --git a/test/t/test_feh.py b/test/t/test_feh.py index 51bd77b6..f2d5317b 100644 --- a/test/t/test_feh.py +++ b/test/t/test_feh.py @@ -16,11 +16,11 @@ class TestFeh: @pytest.mark.complete("feh -S pix") def test_3(self, completion): - assert completion == "pixels" + assert completion == "els" @pytest.mark.complete("feh --zoom ma") def test_4(self, completion): - assert completion == "max" + assert completion == "x" @pytest.mark.complete("feh -g 640") def test_5(self, completion): -- cgit v1.2.1