Skip to content

Commit

Permalink
💩 解决单测失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 4, 2024
1 parent 0731ebd commit b01704f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/zhyd/oauth/config/AuthDefaultSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ public String refresh() {

@Override
public Class<? extends AuthDefaultRequest> getTargetClass() {
return null;
return AuthFigmaRequest.class;
}
}

Expand Down
2 changes: 2 additions & 0 deletions src/test/java/me/zhyd/oauth/AuthRequestBuilderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public void build4() {
.stackOverflowKey("asd")
.deviceId("asd")
.clientOsType(3)
.kid("kid")
.teamId("teamid")
.build();

for (AuthDefaultSource value : AuthDefaultSource.values()) {
Expand Down

0 comments on commit b01704f

Please sign in to comment.