Skip to content

Commit

Permalink
Fixing ApiLintTest by implementing WithAccessToken, which OAuthV2Api.…
Browse files Browse the repository at this point in the history
…Access uses
  • Loading branch information
soxtoby committed Jan 31, 2022
1 parent 0dcddfc commit 5354db1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions SlackNet.Tests/ApiLintTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ public Task Respond(string responseUrl, IReadOnlyMessage message, CancellationTo
throw new NotImplementedException();
}

public ISlackApiClient WithAccessToken(string accessToken)
{
throw new NotImplementedException();
}
public ISlackApiClient WithAccessToken(string accessToken) => this;

public IApiApi Api { get; }
public IAppsConnectionsApi AppsConnectionsApi { get; }
Expand Down

0 comments on commit 5354db1

Please sign in to comment.