Skip to content

Commit

Permalink
remove problematic module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tle Ekkul committed Jun 19, 2019
1 parent e0cb50d commit e65401b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tormor/tests/test_run_script.py
Expand Up @@ -28,7 +28,6 @@ def test_script_to_migrate(self):
self.conn.execute('''INSERT INTO module(name) VALUES ('customer')''')
self.conn.execute('''INSERT INTO module(name) VALUES ('employee')''')
self.conn.execute('''INSERT INTO module(name) VALUES ('product')''')
self.conn.execute('''INSERT INTO module(name) VALUES ('department')''')
self.runner.invoke(script, ['-h', 'localhost', '-d', 'tormordb', 'migrate'])
result = self.conn.fetch("SELECT * FROM migration")
actual_result = set(record.get("module_name") for record in result)
Expand Down

0 comments on commit e65401b

Please sign in to comment.