Skip to content

Commit

Permalink
also needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Aug 21, 2023
1 parent 16a96e8 commit 9a4ccf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphql/graphql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,9 @@ func testGetCommunity(t *testing.T) {

func testAdmireToken(t *testing.T) {
ctx := context.Background()
alice := newUserWithTokensFixture(t)
userF := newUserFixture(t)
c := authedHandlerClient(t, userF.ID)
alice := newUserWithTokensFixture(t)
admireToken(t, ctx, c, alice.TokenIDs[0])
}

Expand Down
4 changes: 2 additions & 2 deletions graphql/resolver/schema.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a4ccf8

Please sign in to comment.