Skip to content

Commit

Permalink
Improved a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Mar 21, 2015
1 parent 83cbad2 commit 716d2a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_reserved_words_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def test_new_projection(self):
assert x._class == 'Package'
assert x.name == 'foo'
assert x.version == '1.0.0'
assert x.oRecordData['name'] == 'foo'
assert x.oRecordData['version'] == '1.0.0'

def test_sql_batch(self):
cmd = "begin;" + \
Expand Down

0 comments on commit 716d2a8

Please sign in to comment.