Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed May 15, 2024
1 parent 0c2296d commit 6f68b66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/testQueue/TestCard/TestCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ describe("TestCard", () => {
],
};



const DEFAULT_DEVICE_ORDER = [
device1Name,
device2Name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function generateEmptyEditQueueMock() {
export function generateEditQueueMock(
disease: MULTIPLEX_DISEASES,
testResult: TEST_RESULTS,
overrideParams?: EditQueueMockParams,
overrideParams?: EditQueueMockParams
) {
return {
request: {
Expand Down

0 comments on commit 6f68b66

Please sign in to comment.