Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Vasile committed Nov 22, 2011
1 parent 51e1c0b commit b7dad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion withsqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def clear(self):

if __name__=="__main__":
## This would really be better as proper tests
with sqlite_db("data/test") as db:
with sqlite_db("test") as db:
db.clear()
db['a']="test"
db['as']="test"
Expand Down

0 comments on commit b7dad37

Please sign in to comment.