Skip to content

Commit

Permalink
update with PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 18, 2023
1 parent a5b1b04 commit 026036e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chronicle/release/releasers/github/summarizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,8 @@ func TestSummarizer_getChangeScope(t *testing.T) {
gitter, err := git.New(tt.repoFixture)
require.NoError(t, err)

// ensure that the times are sourced similarly... but the real values don't need to be under test
// we want to use the real git interface, however, we do not want to put any timestamps
// under test, so we have a mock to override the timestamp
gitter = mockGitter{
timestamp: testTime,
Interface: gitter,
Expand Down

0 comments on commit 026036e

Please sign in to comment.