Skip to content

Commit

Permalink
Update test/test_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbybandaid authored Jun 10, 2019
1 parent 88a428d commit bab6a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_set_plugin_value(db):
db.set_plugin_value('plugname', 'qwer', 'zxcv')
result = conn.execute(
'SELECT value FROM plugin_values WHERE plugin = ? and key = ?',
['#asdf', 'qwer']).fetchone()[0]
['plugname', 'qwer']).fetchone()[0]
assert result == '"zxcv"'


Expand Down

0 comments on commit bab6a7c

Please sign in to comment.