From 8edb3390c2a6fcfb906b6e9c2e04eec7d1acf95d Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 31 May 2018 18:38:40 +0800 Subject: [PATCH] Fix a typo in integration_test.go --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 5f6ab3ea612ca7..95452b049a8344 100644 --- a/integration_test.go +++ b/integration_test.go @@ -127,7 +127,7 @@ func TestIntegrationUrlArgs(t *testing.T) { if err == nil { t.Fatalf("Expected 404. %s", err.Error()) } - // Check that cache dir is emtpy. + // Check that cache dir is empty. cacheFn = path.Join(cachedir, "src/localhost:4546/testdata/001_hello.js") println("bad cacheFn", cacheFn) if exists(cacheFn) {