Skip to content

Commit 7ff85ea

Browse files
committed
feat: update frontend test
1 parent da4b4a1 commit 7ff85ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify-migration-apps/mood-board/tests/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('guest', () => {
106106
expect(items.length).toBeGreaterThanOrEqual(1);
107107
const found = items.find((b: any) => b.id === created.id);
108108
expect(found).toBeDefined();
109-
expect(found.name).toBe(name);
109+
expect(found.name).toBe(`📌 ${name}`);
110110
});
111111
});
112112

0 commit comments

Comments
 (0)