Skip to content

Commit

Permalink
Update lib/assertions/is-uri-error.test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Maximilian Antoni <[email protected]>
  • Loading branch information
mroderick and mantoni committed Oct 2, 2020
1 parent dadce5e commit 53bdcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assertions/is-uri-error.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("isURIError factory", function() {
context("when called with a non-URIError instance", function() {
it("retunrns false", function() {
var t = this;
var nonWeakSetValues = [
var nonURIErrorValues = [
[],
{},
"7b210c59-abb9-44b2-8c89-f6d3d5880d0f",
Expand Down

0 comments on commit 53bdcbb

Please sign in to comment.