Skip to content

Commit

Permalink
Update schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiana-b committed Mar 29, 2016
1 parent d906027 commit 1dc8a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_standalone_fail_fast_false(self):
validator = processors.SchemaProcessor(schema=schema)
result, report, data = validator.run(stream)

self.assertEqual(len(report.generate()['results']), 7)
self.assertEqual(len(report.generate()['results']), 6)

def test_pipeline_fail_fast_false(self):

Expand All @@ -241,7 +241,7 @@ def test_pipeline_fail_fast_false(self):
options=options)
result, report = validator.run()

self.assertEqual(len(report.generate()['results']), 7)
self.assertEqual(len(report.generate()['results']), 6)

# def test_standalone_transform_true(self):
# self.assertTrue(False)
Expand Down

0 comments on commit 1dc8a64

Please sign in to comment.