Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Fixed test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Feb 10, 2017
1 parent 5fd8899 commit bb60520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/travis_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package command

import "testing"

func TestParseEnv(t *testing.T) {
func TestParseEnvStrings(t *testing.T) {

var res []string
res = parseEnv("FOO=bar")
Expand Down

0 comments on commit bb60520

Please sign in to comment.