Skip to content

Commit

Permalink
Fix a typo in integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and ry committed May 31, 2018
1 parent e392672 commit 8edb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8edb339

Please sign in to comment.