mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 20:42:58 +00:00
Update gofmt
Co-authored-by: David Timm <dtimm@pivotal.io>
This commit is contained in:
parent
4f99aafb7d
commit
a2659318c5
@ -247,7 +247,7 @@ func TestMicroTimeIsZero(t *testing.T) {
|
|||||||
for _, c := range cases {
|
for _, c := range cases {
|
||||||
t.Run(c.name, func(t *testing.T) {
|
t.Run(c.name, func(t *testing.T) {
|
||||||
result := c.x.IsZero()
|
result := c.x.IsZero()
|
||||||
if result != c.result{
|
if result != c.result {
|
||||||
t.Errorf("Failed equality test for '%v': expected %+v, got %+v", c.x, c.result, result)
|
t.Errorf("Failed equality test for '%v': expected %+v, got %+v", c.x, c.result, result)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -233,7 +233,7 @@ func TestTimeIsZero(t *testing.T) {
|
|||||||
for _, c := range cases {
|
for _, c := range cases {
|
||||||
t.Run(c.name, func(t *testing.T) {
|
t.Run(c.name, func(t *testing.T) {
|
||||||
result := c.x.IsZero()
|
result := c.x.IsZero()
|
||||||
if result != c.result{
|
if result != c.result {
|
||||||
t.Errorf("Failed equality test for '%v': expected %+v, got %+v", c.x, c.result, result)
|
t.Errorf("Failed equality test for '%v': expected %+v, got %+v", c.x, c.result, result)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user