From 869622a4033736ab0a5924d598086ed2fe890c5c Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Tue, 10 Mar 2020 17:14:38 +0100 Subject: [PATCH] STY: Style fixed. --- tests/test_issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_issues.py b/tests/test_issues.py index c2d3a43..a5376fa 100644 --- a/tests/test_issues.py +++ b/tests/test_issues.py @@ -78,4 +78,4 @@ def test_issue_85(): # c.extend([C, A, B]) # worked before #86 was fixed c.extend([B, C, A]) # insert() failed before #86 was fixed c.insert() # Raised java.sql.SQLIntegrityConstraintViolationException: - # Duplicate entry '12345-12346-12345' for key 'PRIMARY' + # # Duplicate entry '12345-12346-12345' for key 'PRIMARY' -- GitLab