Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/ConvertKitAPIKeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use ConvertKit_API\ConvertKit_API;

/**
* ConvertKit API Key class tests.
* Runs tests against the API using an API Key.
*/
class ConvertKitAPIKeyTest extends ConvertKitAPITest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ConvertKitAPIOAuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use ConvertKit_API\ConvertKit_API;

/**
* ConvertKit API OAuth Key class tests.
* Runs tests against the API using an OAuth Access Token.
*/
class ConvertKitAPIOAuthTest extends ConvertKitAPITest
{
Expand Down
Loading