We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81e31 commit 8f6ea5dCopy full SHA for 8f6ea5d
1 file changed
test/integration/user-spec.js
@@ -40,7 +40,7 @@ describe("/v1", function() {
40
expect(res.text).to.contain("Community Corpus");
41
expect(res.text).to.contain("This is a corpus which is editable by anyone in the ");
42
expect(res.text).to.contain("Private Corpus");
43
- expect(res.text).to.match(/©.*lingllama.*2012.*-.*2017/);
+ expect(res.text).to.match(/©.*lingllama.*2012.*-.*2020/);
44
45
done();
46
});
0 commit comments