fix: Use UTC in cli/cliui table test to match expected output (#5063)

This commit is contained in:
Mathias Fredriksson
2022-11-14 15:08:51 +02:00
committed by GitHub
parent 990be63c60
commit 4b3d211e00
+1 -1
View File
@@ -52,7 +52,7 @@ type tableTest3 struct {
func Test_DisplayTable(t *testing.T) {
t.Parallel()
someTime := time.Date(2022, 8, 2, 15, 49, 10, 0, time.Local)
someTime := time.Date(2022, 8, 2, 15, 49, 10, 0, time.UTC)
in := []tableTest1{
{
Name: "foo",