Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
see pr comment
  • Loading branch information
fatso83 authored Feb 10, 2024
1 parent 8b00820 commit 064bf95
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 064bf95

Please sign in to comment.