Skip to content

Commit

Permalink
new lines missing
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Mar 3, 2025
1 parent 27048d7 commit fb041c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publisher/release/marker_aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func Test_StartErrorWritingMarkers(t *testing.T) {
assert.ErrorIs(t, err, someError)
mock.AssertExpectationsForObjects(t, s3ClientMock, timeProviderMock)
}

func Test_End(t *testing.T) {
s3ClientMock := &S3ClientMock{}
timeProviderMock := &TimeProviderMock{}
Expand Down Expand Up @@ -336,6 +337,7 @@ func Test_End_ErrorIfNoMarkerFound(t *testing.T) {
assert.ErrorIs(t, err, ErrNoStartedMarkersFound)
mock.AssertExpectationsForObjects(t, s3ClientMock, timeProviderMock)
}

func Test_End_ErrorOnReadingMarkers(t *testing.T) {
s3ClientMock := &S3ClientMock{}
timeProviderMock := &TimeProviderMock{}
Expand Down

0 comments on commit fb041c3

Please sign in to comment.