Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Mar 5, 2018
1 parent 1ee2e26 commit 75e7dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ async def test_migration_to_0_0_2(self, bot, test_server):

def test_find_sql_migration(self, bot):
files = bot['plugins']['pg']._find_update_version([0, 0, 0], [0, 4, 6])
assert files == [[0, 0, 1], [0, 1, 9], [0, 1, 12]]
assert files == [[0, 0, 2], [0, 1, 9], [0, 1, 12]]

0 comments on commit 75e7dfd

Please sign in to comment.