Skip to content

Commit ae89c33

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 4f05127 commit ae89c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Notion.UnitTests/AuthenticationClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public async Task IntrospectTokenAsync_ThrowsArgumentException_WhenTokenIsNullOr
4040
// Arrange
4141
var request = new IntrospectTokenRequest
4242
{
43-
Token = null,
43+
Token = token,
4444
ClientId = "validClientId",
4545
ClientSecret = "validClientSecret"
4646
};

0 commit comments

Comments
 (0)