Patch test
This commit is contained in:
parent
cd1255c670
commit
8cfa432297
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ main() {
|
||||||
modify: (id, data, [p]) async => 'modify',
|
modify: (id, data, [p]) async => 'modify',
|
||||||
update: (id, data, [p]) async => 'update',
|
update: (id, data, [p]) async => 'update',
|
||||||
remove: (id, [p]) async => 'remove');
|
remove: (id, [p]) async => 'remove');
|
||||||
expect(await svc.index(), 'index');
|
expect(await svc.index(), ['index']);
|
||||||
expect(await svc.read(null), 'read');
|
expect(await svc.read(null), 'read');
|
||||||
expect(await svc.create(null), 'create');
|
expect(await svc.create(null), 'create');
|
||||||
expect(await svc.modify(null, null), 'modify');
|
expect(await svc.modify(null, null), 'modify');
|
||||||
|
|
Loading…
Reference in a new issue