Skip to content

Commit

Permalink
Renamed test function
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama committed Jul 26, 2019
1 parent 35dcba5 commit cb2df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govcr_wb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/seborama/govcr/stats"
)

func TestRoundTrip_SavesMutatedCassetteTracks(t *testing.T) {
func TestRoundTrip_SavesMutatedTracksToCassette(t *testing.T) {
const cassetteName = "govcr-fixtures/TestRoundTrip_SavesMutatedCassetteTracks.cassette"
_ = os.Remove(cassetteName)

Expand Down

0 comments on commit cb2df61

Please sign in to comment.