Skip to content

Commit

Permalink
quote: fix test for new rsc.io/sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Feb 14, 2018
1 parent 3ba1e30 commit 23179ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion quote_test.go
Expand Up @@ -4,7 +4,14 @@

package quote

import "testing"
import (
"os"
"testing"
)

func init() {
os.Setenv("LC_ALL", "en")
}

func TestHello(t *testing.T) {
hello := "Hello, world."
Expand Down

0 comments on commit 23179ee

Please sign in to comment.