summaryrefslogtreecommitdiffstats
path: root/tpl/time/time_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/time/time_test.go')
-rw-r--r--tpl/time/time_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/time/time_test.go b/tpl/time/time_test.go
index 9001f6b6b..b13e62929 100644
--- a/tpl/time/time_test.go
+++ b/tpl/time/time_test.go
@@ -124,7 +124,7 @@ func TestFormat(t *testing.T) {
}
})
- //Issue #9084
+ // Issue #9084
c.Run("TZ America/Los_Angeles", func(c *qt.C) {
c.Parallel()
@@ -136,9 +136,7 @@ func TestFormat(t *testing.T) {
c.Assert(err, qt.IsNil)
c.Assert(d, qt.Equals, "11:00:00 am Pacific Daylight Time")
-
})
-
}
func TestDuration(t *testing.T) {