Skip to content

Commit

Permalink
Remove an unused import & test value
Browse files Browse the repository at this point in the history
  • Loading branch information
sloshy committed Jan 13, 2021
1 parent 3807016 commit c524d84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package github4s.interpreters

import cats.Applicative
import cats.implicits._
import com.github.marklister.base64.Base64.Encoder
import github4s.algebras.Auth
import github4s.Decoders._
import github4s.domain._
Expand Down
3 changes: 1 addition & 2 deletions github4s/src/test/scala/github4s/utils/TestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@ trait TestData {
val validTokenType = "bearer"
val validAuthState = UUID.randomUUID().toString

val authorization = Authorization(1, validRedirectUri, "token")
val authorize = Authorize(validRedirectUri, validAuthState)
val authorize = Authorize(validRedirectUri, validAuthState)

val oAuthToken = OAuthToken("token", validTokenType, "public_repo")
val validGistUrl = "https://api.github.com/gists/aa5a315d61ae9438b18d"
Expand Down

0 comments on commit c524d84

Please sign in to comment.