From 01beae7d66b5f4cbd6499126f76e9b78dffe2f05 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 10 Jul 2020 15:36:11 +0200 Subject: [PATCH] STY: WS --- tests/test_datatype_inheritance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_datatype_inheritance.py b/tests/test_datatype_inheritance.py index 292576f..71c8176 100644 --- a/tests/test_datatype_inheritance.py +++ b/tests/test_datatype_inheritance.py @@ -154,7 +154,7 @@ def test_datatype_overriding_update(): with raises(TransactionError) as te: p.datatype = "INT" p.update() - + assert "Unknown datatype." == te.value.get_errors()[0].msg p.datatype = "INTEGER" -- GitLab