File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ) ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ describe("user lib", function() {
5757 var titles = mask . corpora . map ( function ( connection ) {
5858 return connection . title ;
5959 } ) . sort ( ) ;
60- expect ( titles ) . to . deep . equal ( [ "Georgian Together" , "Migmaq " , "Private Corpus" ] ) ;
60+ expect ( titles ) . to . deep . equal ( [ "Georgian Together" , "Learn Mi'gmaq " , "Private Corpus" ] ) ;
6161 var gravatars = mask . corpora . map ( function ( connection ) {
6262 return connection . gravatar ;
6363 } ) . sort ( ) ;
You can’t perform that action at this time.
0 commit comments