Skip to content

Commit c56d8a0

Browse files
Fix test
Fix failing test from change in #27 by adding `partial`.
1 parent b3d5bcf commit c56d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('aspnet-oauth:app', function () {
108108
it('sets the handler class name', function () {
109109
assert.fileContent(
110110
'AspNet.Security.OAuth.Foo/FooAuthenticationHandler.cs',
111-
/public class FooAuthenticationHandler : OAuthHandler<FooAuthenticationOptions>/
111+
/public partial class FooAuthenticationHandler : OAuthHandler<FooAuthenticationOptions>/
112112
);
113113
});
114114
it('sets the handler constructor name', function () {

0 commit comments

Comments
 (0)