summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-11-22 17:52:47 -0500
committerJames Vasile <james@hackervisions.org>2011-11-22 17:52:47 -0500
commitb7dad379cd5bdc57040a068164af7271e42f711e (patch)
treebfb88301f18da85ba41006ee235bad7a0057f90c
parent51e1c0b9cbf237efc60d452a2921b38d8268ae7a (diff)
fix test
-rw-r--r--withsqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/withsqlite.py b/withsqlite.py
index c4ce1fd..ba44a7e 100644
--- a/withsqlite.py
+++ b/withsqlite.py
@@ -130,7 +130,7 @@ a.itervalues() return an iterator over the mapping's values
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"