Skip to content

Commit 3036e6e

Browse files
latest version has one more api type (#1340)
1 parent e3fa526 commit 3036e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-codegen/src/sdkModels.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('sdkModels', () => {
150150
const api4 = readFileSync(rootFile('spec/Looker.4.0.oas.json'), 'utf-8')
151151
const api = ApiModel.fromString(api4)
152152
const actual = Object.keys(api.typeTags)
153-
expect(actual).toHaveLength(30)
153+
expect(actual).toHaveLength(31)
154154
})
155155

156156
describe('ordering', () => {

0 commit comments

Comments
 (0)