Skip to content

Commit

Permalink
Removed trailing comma in match attribute function unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro404 committed May 21, 2018
1 parent 84d8cac commit 5004a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ describe("Utilities", function() {
{ nice: false },
{ nice: true },
{ surprise: "meme", nice: "ketchup" },
{ surprise: function() { } },
{ surprise: function() { } }
);

var attributes = ["nice", "surprise", "length"];
Expand Down

0 comments on commit 5004a02

Please sign in to comment.