Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 21, 2016
1 parent e11728a commit 1cac540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_simplesqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ def test_normal(self, tmpdir, data_matrix):
result = con.select(
select="*", table=SimpleSQLite.TableConfiguration.TABLE_NAME)
result_matrix = result.fetchall()
print result_matrix
assert result_matrix == expected

def test_null(self, con_null):
Expand Down

0 comments on commit 1cac540

Please sign in to comment.