Skip to content

Commit 442342c

Browse files
Rename AuthenticationClientTests file
1 parent b99383c commit 442342c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Notion.IntegrationTests/AuthenticationTests.cs renamed to Test/Notion.IntegrationTests/AuthenticationClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Notion.IntegrationTests;
66

7-
public class AuthenticationTests : IntegrationTestBase
7+
public class AuthenticationClientTests : IntegrationTestBase
88
{
99
private readonly string _clientId = GetEnvironmentVariableRequired("NOTION_CLIENT_ID");
1010
private readonly string _clientSecret = GetEnvironmentVariableRequired("NOTION_CLIENT_SECRET");

0 commit comments

Comments
 (0)