Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 21:37:36 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 21:37:36 +0300
commit944e6bbde62c266aa3d50f0943a2716ac8d5df4b (patch)
tree1ae42214adc19ba1f536e3f17d794bbec667bfc4 /domains_test.go
parent8166163d39f1f972b2bea2817bdc78cc0777faa3 (diff)
Chdir first (always)
Diffstat (limited to 'domains_test.go')
-rw-r--r--domains_test.go2
1 files changed, 1 insertions, 1 deletions
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)