commit | e4961b1afea2bc4a34321c46913a61c97d0802db | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed May 10 21:04:46 2017 +0200 |
committer | Akron <nils@diewald-online.de> | Wed May 10 21:04:46 2017 +0200 |
tree | f269ab36ab173cae45227f33bfc6b6513d4fe369 | |
parent | 40cc1d8176ad5cb9499aaad68fdda91f3dfb3e7f [diff] [blame] |
Add arbitrary keys to VC Change-Id: I3a26665a861c428ffb40b2387437dcc4296b461c
diff --git a/dev/js/spec/matchSpec.js b/dev/js/spec/matchSpec.js index 09c8da7..bee5f86 100644 --- a/dev/js/spec/matchSpec.js +++ b/dev/js/spec/matchSpec.js
@@ -217,7 +217,7 @@ it('should be initializable by Object', function () { expect(function() { - matchClass.create() + matchClass.create() }).toThrow(new Error('Missing parameters')); expect(matchClass.create(match)).toBeTruthy();