Skip to content

Commit 1bbb024

Browse files
committed
Merge branch 'fix-compute-generation' into demo-20pct-generation
2 parents baa3274 + c9a5d33 commit 1bbb024

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator/tests/java_generator_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def testGetPrimitiveTypeFromDictionary(self):
118118
[None, {'type': 'anything_else', 'format': 'uint64'}],
119119
[None, {'type': 'any', 'format': 'unknown'}],
120120
[None, {'type': 'string', 'format': 'unknown'}],
121+
121122
]
122123

123124
for test_case in test_cases:

0 commit comments

Comments
 (0)