Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
see pr comment
  • Loading branch information
fatso83 committed Aug 24, 2024
1 parent e35e2af commit eb7923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issue-437-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb7923a

Please sign in to comment.