From eb7923a1d28635e29168e830a082403ca5be450d Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Sat, 10 Feb 2024 12:08:23 +0100 Subject: [PATCH] rename see pr comment --- test/issue-437-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/issue-437-test.js b/test/issue-437-test.js index cd84c68..43d9d4c 100644 --- a/test/issue-437-test.js +++ b/test/issue-437-test.js @@ -3,7 +3,7 @@ const { FakeTimers, assert } = require("./helpers/setup-tests"); describe("issue #437", function () { - it("should save methods of children instance", function () { + it("should save methods of subclass instance", function () { const clock = FakeTimers.install(); class DateTime extends Date {