Skip to content

Commit 88a3204

Browse files
committed
Merge pull request #4 from buildsample/test-01
Update some-test.py
2 parents 79c4e60 + d1d5016 commit 88a3204

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

shippable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22

33
#build_image: shippable/minv2:beta
44

5+
56
python:
67
- 2.7
78
- 2.6

some-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class test_db(unittest.TestCase):
77
def testRowCount(self):
88
mql = Mysql()
99
mql.populate()
10-
self.failIf(mql.rowcount() != 5)
10+
self.failIf(mql.rowcount() != 4)
1111

1212

1313
def main():

0 commit comments

Comments
 (0)