From 944e6bbde62c266aa3d50f0943a2716ac8d5df4b Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 11 Feb 2016 19:37:36 +0100 Subject: Chdir first (always) --- domains_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'domains_test.go') diff --git a/domains_test.go b/domains_test.go index cfe93d53..8c3b1e5e 100644 --- a/domains_test.go +++ b/domains_test.go @@ -52,7 +52,7 @@ func TestWatchDomains(t *testing.T) { update := make(chan domains) go watchDomains("gitlab.io", func(domains domains) { update <- domains - }, time.Microsecond * 50) + }, time.Microsecond*50) defer os.Remove(updateFile) -- cgit v1.2.3