Skip to content

Commit 0e3a96a

Browse files
committed
wip: fix ci test on test that throws error
1 parent 0826fa9 commit 0e3a96a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mapreduce/test.mapreduce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ function tests(suiteName, dbName, dbType, viewType) {
11321132
await db.query(queryFun, {reduce: true, group: true});
11331133
throw new Error('should fail');
11341134
} catch (err) {
1135-
err.message.should.be.a('string');
1135+
err.message.should.include('_product');
11361136
}
11371137
});
11381138

0 commit comments

Comments
 (0)