We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 312494c + 9d3723a commit a18d54fCopy full SHA for a18d54f
test/surface/create.test.ts
@@ -386,7 +386,7 @@ describe('Create', () => {
386
"<#patch> a solid:InsertDeletePatch;\n" +
387
" solid:inserts { <#hello> <#linked> <#world> .}.\n",
388
});
389
- expect(result.status).toEqual(200);
+ expect(responseCodeGroup(result.status)).toEqual('2xx');
390
391
392
it(`is disallowed without Write or Append on c/`, async () => {
@@ -625,7 +625,7 @@ describe('Create', () => {
625
626
627
628
629
630
631
it(`is allowed with Append on c/`, async () => {
0 commit comments