Skip to content

Commit e74db06

Browse files
committed
Update test.py
1 parent 4644420 commit e74db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_db(self):
88
pg = Postgres()
99
pg.populate()
1010
count = pg.read()
11-
self.failIf(count != 6)
11+
self.failIf(count != 5)
1212
pg.disconnect()
1313

1414

0 commit comments

Comments
 (0)