Build: #357 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Add multiple property groups: Test case result

The below summarizes the result of the test "Add multiple property groups" in build 357 of FLARECAST - propertyservice - Default Job. View test case history
Description
Add multiple property groups
Test class
property_group_tests.PropertyGroupTests
Method
test_add_multiple_property_groups
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

AssertionError: 2 != 1
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_add_multiple_property_groups>

    def test_add_multiple_property_groups(self):
        result = self.client.insert_regions(
            TEST_DATASET,
            [TEST_PGT_OBJECT, TEST_PGT_OBJECT_WITH_DATA]
        )
>       self.assertEqual(2, len(result))
E       AssertionError: 2 != 1

property_group_tests.py:27: AssertionError