Skip to content

Commit 101e01c

Browse files
author
Said Shah
committed
Alphabetization
1 parent 6ca3482 commit 101e01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities/toast-manager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ describe("ToastManager", () => {
7979

8080
test("when update toast, calls update method", () => {
8181
// Arrange
82-
const updateMethodSpy = jest.spyOn(ToastManager, "update");
8382
const newContent = faker.random.words();
8483
const testId = faker.random.number(99);
84+
const updateMethodSpy = jest.spyOn(ToastManager, "update");
8585

8686
// Act
8787
ToastManager.update(testId, newContent);

0 commit comments

Comments
 (0)