Skip to content

Commit f735423

Browse files
committed
update _rev to match db
1 parent db9d4f0 commit f735423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/corpus-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ describe("corpus lib", function() {
287287
throw err;
288288
}).then(function(mask) {
289289
expect(mask).to.be.defined;
290-
expect(mask._rev).to.deep.equal("64-9f86db77de4d7dc204a9fa65259e7f2c");
290+
expect(mask._rev).to.deep.equal("50-652a20322e696773482b140780fd6a99");
291291
expect(mask.fieldDBtype).to.deep.equal("CorpusMask");
292292
expect(mask.dbname).to.deep.equal("lingllama-communitycorpus");
293293
expect(mask.title).to.deep.equal("Community Corpus");

0 commit comments

Comments
 (0)