Skip to content

Commit

Permalink
fixing lints pt.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Dec 29, 2023
1 parent 9c6fce4 commit 7544c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/connectors/utils/cdc_records/cdc_records_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

func getTimeForTesting(t *testing.T) time.Time {
t.Helper()
tv, err := time.Parse(time.RFC3339, "2021-08-01T08:02:00Z")
require.NoError(t, err)

Expand All @@ -25,6 +26,7 @@ func getTimeForTesting(t *testing.T) time.Time {
}

func getRatForTesting(t *testing.T) *big.Rat {
t.Helper()
return big.NewRat(123456789, 987654321)
}

Expand Down

0 comments on commit 7544c2f

Please sign in to comment.