summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-15 14:00:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-15 14:00:53 +0200
commit08219314ec6408395249065008917127bb418a82 (patch)
treeb9516cbd8dcb748a94b703b0f5e1249721e97218
parent49fcbf2687932092ca3d08d4d54a662e17bb8376 (diff)
downloadqutebrowser-08219314ec6408395249065008917127bb418a82.tar.gz
qutebrowser-08219314ec6408395249065008917127bb418a82.zip
tests: Fix syntax
-rw-r--r--tests/unit/config/test_configtypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/config/test_configtypes.py b/tests/unit/config/test_configtypes.py
index 69c9b5d38..b28b001d9 100644
--- a/tests/unit/config/test_configtypes.py
+++ b/tests/unit/config/test_configtypes.py
@@ -249,7 +249,7 @@ class TestAll:
]:
return
elif (isinstance(klass, functools.partial) and
- klass.func in [configtypes.ListOrValue, configtypes.List])):
+ klass.func in [configtypes.ListOrValue, configtypes.List]):
# ListOrValue: "- /" -> "/"
# List: "- /" -> ["/"]
return