X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=70ae891918f4e440381ae71bcfd71d0d751c00be;hb=572149891191529276d3b4a932055fde944349c3;hp=64d9fd9a14669e801008960a9669872ec6ff2893;hpb=c6dddfa8d663c590034c3181b729c1fad025eab4;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); }); });