Skip to content

Commit

Permalink
chore: adding utc
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtonlope committed Aug 13, 2024
1 parent 750cb6d commit 9e9df2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clock/client_test.go → pkg/clock/client_utc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/wellingtonlope/todo-api/pkg/clock"
)

func TestClient_Now(t *testing.T) {
func TestClientUTC_Now(t *testing.T) {
testCases := []struct {
name string
result time.Time
Expand Down

0 comments on commit 9e9df2d

Please sign in to comment.