X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=70ae891918f4e440381ae71bcfd71d0d751c00be;hb=5710282758daaa01312c510231168058e587b63d;hp=64d9fd9a14669e801008960a9669872ec6ff2893;hpb=73c4300e62a0154834725bd47cd3c063e4aea9cc;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 64d9fd9..70ae891 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com * * check mkws_config = {} object in browser * @@ -36,7 +36,7 @@ describe("Check pazpar2 config", function () { }); describe("Check pazpar2 runtime", function () { - it("pazpar2 was successfully initialize", function () { + it("pazpar2 was successfully initialized", function () { expect(mkws_config.error).toBe(undefined); }); });