Skip to content

Commit 23c6ff9

Browse files
committed
Fix call to test proc
1 parent d12070e commit 23c6ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def testRowCount(self):
88
mql = Mysql()
99
mql.populate()
1010
#self.failIf(mql.rowcount() != 5)
11-
self.failIf(mql.call_test_proc[0] != 'test proc')
11+
self.failIf(mql.call_test_proc()[0] != 'test proc')
1212

1313

1414
def main():

0 commit comments

Comments
 (0)