Skip to content

Commit

Permalink
Update test_sql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbowd committed Nov 27, 2018
1 parent 6f772a4 commit efc9180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/panels/test_sql.py
Expand Up @@ -132,7 +132,6 @@ def test_binary_param_force_text(self):
"SELECT * FROM auth_user WHERE username = '\ufffd'",
)


@unittest.skipUnless(connection.vendor != "sqlite", "Test invalid for SQLite")
def test_raw_query_param_conversion(self):
self.assertEqual(len(self.panel._queries), 0)
Expand Down

0 comments on commit efc9180

Please sign in to comment.