Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Jan 31, 2023
1 parent da7bfdd commit 29fc1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dblib.py
Expand Up @@ -95,7 +95,7 @@ def setUp(self):

def test_select_withoutenv(self):
if not self.setup_failed:
self.assertEqual(len(self.db.select("select * from test", 10)), 0)
self.assertRaises(RuntimeError, self.db.select, "select * from test", 10)

def test_record(self):
if not self.setup_failed:
Expand Down

0 comments on commit 29fc1c0

Please sign in to comment.