Fix find_stream_update_rules_test

This commit is contained in:
Simon Binder 2020-03-04 22:50:49 +01:00
parent 3002d87bcb
commit d600bbc70e
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ class MyDatabase {}
'on',
const TableUpdateQuery.onTableName('users',
limitUpdateKind: UpdateKind.insert))
.having((e) => e.result, 'result', {const TableUpdate('users')}),
.having((e) => e.result, 'result',
{const TableUpdate('users', kind: UpdateKind.insert)}),
);
});
}