Skip to content

Commit

Permalink
remove unused references
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Oct 27, 2023
1 parent 4d07f98 commit 244eefd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/// <reference types="cypress" />

import {
delayTime,
SERVICE_NAME,
setTimeFilter,
} from '../../../utils/constants';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/// <reference types="cypress" />

import { delayTime, setTimeFilter, TRACE_ID } from '../../../utils/constants';
import { setTimeFilter, TRACE_ID } from '../../../utils/constants';

describe('Testing traces table', () => {
beforeEach(() => {
Expand Down

0 comments on commit 244eefd

Please sign in to comment.