Skip to content

Commit

Permalink
gofumpt-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Oct 19, 2020
1 parent 0f4baf0 commit f7482b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/modules/k6/grpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func TestClient(t *testing.T) {
func TestDebugStat(t *testing.T) {
t.Parallel()

var tests = [...]struct {
tests := [...]struct {
name string
stat grpcstats.RPCStats
expected string
Expand Down Expand Up @@ -479,8 +479,6 @@ func TestDebugStat(t *testing.T) {

debugStat(tt.stat, logger.WithField("source", "test"), "full")
assert.Contains(t, b.String(), tt.expected)

})
}

}

0 comments on commit f7482b5

Please sign in to comment.