Skip to content

Commit

Permalink
remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej-Vlasov committed Dec 18, 2024
1 parent d99c1f2 commit b34bf93
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 b34bf93

Please sign in to comment.