mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: Use UTC in cli/cliui table test to match expected output (#5063)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user