Skip to content

Commit 15b0109

Browse files
committed
fix typo
1 parent 64da3e6 commit 15b0109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_src/test/mocha_test.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ describe "`#{pkg.name}@#{pkg.version}` on `node@#{process.version}`", () ->
12561256
return
12571257
)
12581258

1259-
it("should not throw when setting a of key of type `object` (or any other type that gets tested after `Buffer` in `_getValLength()`) when `Buffer` is not available in the global scope", () ->
1259+
it("should not throw when setting a key of type `object` (or any other type that gets tested after `Buffer` in `_getValLength()`) when `Buffer` is not available in the global scope", () ->
12601260
should(Buffer).be.undefined()
12611261
cache.set("foo", {})
12621262
return

0 commit comments

Comments
 (0)