From 3c4b23c718b9daaafc40dff55be6daedf7aa004e Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 8 Jul 2020 18:11:01 +0200 Subject: [PATCH] STY: autopep'd --- tests/test_tickets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tickets.py b/tests/test_tickets.py index e7735ff..0c4af11 100644 --- a/tests/test_tickets.py +++ b/tests/test_tickets.py @@ -166,7 +166,7 @@ def test_ticket_103b(): with pytest.raises(TransactionError) as te: rt2.insert(unique=True) assert te.value.has_error(UniqueNamesError) - + assert not rt2.is_valid() finally: -- GitLab