Skip to content

Commit

Permalink
fix: Fix broken apix test because of 22.0 build (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytchang authored Feb 4, 2022
1 parent 5f9930c commit 45a9a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('exploreUtils', () => {
const props = pickTypeProps(responseType)
expect(props).toBeDefined()
const names = Object.keys(props)
expect(names).toEqual(['name', 'is_default', 'tables'])
expect(names).toEqual(['name', 'is_default', 'tables', 'table_limit_hit'])
})

test('iconType', () => {
Expand Down

0 comments on commit 45a9a69

Please sign in to comment.