Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Dec 5, 2023
1 parent ec71bff commit 676ddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useBuilderOptionsState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ describe('buildInitialState', () => {
expect(state.queryType).toEqual(QueryType.Table);
expect(state.meta?.otelEnabled).toEqual(true);
});
});
});

0 comments on commit 676ddf5

Please sign in to comment.