Fix syntax error

This commit is contained in:
Gregg Van Hove
2017-03-07 17:05:12 -08:00
parent 1042c9a2dd
commit bd9ae3a25b

View File

@@ -259,7 +259,7 @@ describe("QueueRunner", function() {
function errorWithMessage(message) {
return {
asymmetricMatch(other) {
asymmetricMatch: function(other) {
return new RegExp(message).test(other.message);
},
toString: function() {