Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Aug 16, 2022
1 parent c8d7b7b commit 6e7d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/controller/test/lib/HTTPMethodRegister.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('test/lib/HTTPControllerRegister.test.ts', () => {
const register = new HTTPMethodRegister(proto2, controllerMeta2, methodMeta, router, routerMap, EggContainerFactory);
await register.checkDuplicate();
}
}, /RouterConflictError: register http controller GET AppController1\.get failed, GET \/foo\/:id is conflict with exists rule \/foo\/:id/);
}, /RouterConflictError: register http controller GET AppController2\.get failed, GET \/foo\/:id is conflict with exists rule \/foo\/:id/);
});
});
});

0 comments on commit 6e7d23f

Please sign in to comment.