Skip to content

Commit 45a9a69

Browse files
authored
fix: Fix broken apix test because of 22.0 build (#968)
1 parent 5f9930c commit 45a9a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-explorer/src/components/ExploreType/exploreUtils.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('exploreUtils', () => {
4242
const props = pickTypeProps(responseType)
4343
expect(props).toBeDefined()
4444
const names = Object.keys(props)
45-
expect(names).toEqual(['name', 'is_default', 'tables'])
45+
expect(names).toEqual(['name', 'is_default', 'tables', 'table_limit_hit'])
4646
})
4747

4848
test('iconType', () => {

0 commit comments

Comments
 (0)