Skip to content

Commit a9a3c00

Browse files
committed
test(relayer): corrects test description
1 parent 48f4053 commit a9a3c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer-cli/src/utils/shutdownManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe("ShutdownManager", () => {
2424
expect(instance.getIsShuttingDown()).toBe(true);
2525
});
2626

27-
it("should return true when isShuttingDown is false", () => {
27+
it("should return false when isShuttingDown is false", () => {
2828
const instance = new ShutdownManager(false);
2929
expect(instance.getIsShuttingDown()).toBe(false);
3030
});

0 commit comments

Comments
 (0)