Skip to content

Commit

Permalink
remove .only from test (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej-Vlasov authored Dec 18, 2024
1 parent d99c1f2 commit eb2f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scenes/src/variables/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('getQueriesForVariables', () => {
jest.resetAllMocks();
});

it.only('should get queries for interpolated source object and query datasource uuids', () => {
it('should get queries for interpolated source object and query datasource uuids', () => {
const runner1 = new SceneQueryRunner({
datasource: {
uid: '${dsVar}',
Expand Down

0 comments on commit eb2f87c

Please sign in to comment.