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:
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)