We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644420 commit e74db06Copy full SHA for e74db06
test.py
@@ -8,7 +8,7 @@ def test_db(self):
8
pg = Postgres()
9
pg.populate()
10
count = pg.read()
11
- self.failIf(count != 6)
+ self.failIf(count != 5)
12
pg.disconnect()
13
14
0 commit comments