Release 2.8.1
This commit is contained in:
@@ -76,5 +76,5 @@ test('save app settings writes only supplied keys in one transaction', async ()
|
||||
assert.equal(queries[0], 'begin');
|
||||
assert.equal(queries[queries.length - 2], 'commit');
|
||||
assert.equal(queries[queries.length - 1], 'release');
|
||||
assert.equal(queries.filter(function (entry) { return entry && entry.sql; }).length, 1);
|
||||
assert.equal(queries.filter(function (entry) { return entry && entry.sql; }).length, 2);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user