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.
1 parent b3d5bcf commit c56d8a0Copy full SHA for c56d8a0
test/test-app.js
@@ -108,7 +108,7 @@ describe('aspnet-oauth:app', function () {
108
it('sets the handler class name', function () {
109
assert.fileContent(
110
'AspNet.Security.OAuth.Foo/FooAuthenticationHandler.cs',
111
- /public class FooAuthenticationHandler : OAuthHandler<FooAuthenticationOptions>/
+ /public partial class FooAuthenticationHandler : OAuthHandler<FooAuthenticationOptions>/
112
);
113
});
114
it('sets the handler constructor name', function () {
0 commit comments