This commit is contained in:
Alexey Kasyanchuk
2018-11-11 23:59:38 +03:00
parent 6afe85798a
commit aa75d75448
13 changed files with 129 additions and 129 deletions

View File

@ -36,7 +36,7 @@ describe("sphinx", () => {
throw new Error(err)
if(result.length !== 1)
throw new Error('not one result')
if(result[0].size != 50)
throw new Error('not 50 in field')