Skip to content

Commit 77b13b7

Browse files
heswellCopilot
andcommitted
Remove transitive uuid dependency from shell test
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 1f6ee71 commit 77b13b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vuu-ui/packages/vuu-shell/test/layout-persistence/RemoteLayoutPersistenceManager.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
LayoutMetadata,
55
LayoutMetadataDto,
66
} from "@vuu-ui/vuu-utils";
7-
import { v4 as uuidv4 } from "uuid";
87
import { beforeEach, describe, expect, it, vi } from "vitest";
98
import {
109
CreateLayoutResponseDto,
@@ -49,7 +48,7 @@ const layout: LayoutJSON = {
4948
type: "View",
5049
};
5150

52-
const uniqueId = uuidv4();
51+
const uniqueId = "43f00631-c384-44aa-a006-76967f331b93";
5352
const dateString = new Date().toISOString();
5453
const fetchError = new Error("Something went wrong with your request");
5554

0 commit comments

Comments
 (0)