Skip to content

Commit

Permalink
Merge pull request #160 from OkieOth/fix_test_for_speedster_pr
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
OkieOth authored Apr 3, 2024
2 parents 498d7df + 095922d commit a76f95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/builder/test_json_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def testSchemaWithHttpRef(self):
# TwoType->implicitRef
self.assertIsNotNone(modelTypes[1].properties[3].foreignKey.type)
self.assertEqual(modelTypes[1].properties[2].type, modelTypes[1].properties[3].foreignKey.type)
self._checkUpType(2, 'AnotherType', 2, modelTypes, [])
self._checkUpType(2, 'AnotherType', 4, modelTypes, [])
self._checkUpType(3, 'DemoEnum', 0, modelTypes, [])

def testSchemaWithExternalCircularRefs(self):
Expand Down

0 comments on commit a76f95f

Please sign in to comment.