Skip to content

Commit

Permalink
tweak test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Mar 25, 2021
1 parent 8bbb457 commit 121839d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastly/purge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
// TestClient_Purge validates no runtime panics are raised by the Purge method.
//
// Specifically, we're ensuring that the setting of the `Soft` key to `true`
// (which will require assigning a header to the RequestOptions struct) doesn't
// cause `panic: assignment to entry in nil map`.
// (which will require assigning a header to the RequestOptions.Headers field)
// doesn't cause `panic: assignment to entry in nil map`.
func TestClient_Purge(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit 121839d

Please sign in to comment.