Skip to content

Commit 57eb755

Browse files
committed
fix: test case fix
1 parent 55adf72 commit 57eb755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualBuilder/eventManager/__test__/useVariantsPostMessageEvent.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ vi.mock("../../../visualBuilder", () => {
5858
});
5959

6060
// Create a more realistic mock of the CSS modules
61-
const cssClassMock = "go655717959"; // Match the actual generated class name
61+
const cssClassMock = "go109692693"; // Match the actual generated class name
6262

6363
vi.mock("../../../visualBuilder.style", () => {
6464
return {

0 commit comments

Comments
 (0)