Skip to content

Commit

Permalink
chore(): gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Oct 27, 2022
1 parent f620646 commit 42783ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ func TestCache(t *testing.T) {
ck := newCacheKey(r)

p := &Plugin{
server: ts.URL,
server: ts.URL,
gitHubToken: mockToken,
concat: true,
maxDepth: 2,
cacheTTL: time.Minute*1,
cache: &configCache{},
concat: true,
maxDepth: 2,
cacheTTL: time.Minute * 1,
cache: &configCache{},
}

// test cache hit
Expand Down

0 comments on commit 42783ef

Please sign in to comment.