Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
acabarbaye committed Jan 3, 2025
1 parent f71d0e5 commit d9ae505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ changelog:
- '^docs:'
- '^changes:'
- '^test:'
sboms:
- artifacts: source
release:
discussion_category_name: Releases
# If the version tag looks like a pre-release e.g. beta then the GitHub release is set to prerelease
Expand Down
2 changes: 1 addition & 1 deletion utils/job/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func TestManager_BrowseMessages(t *testing.T) {
pageNumber := 15
factory, err := newMockJobManagerWithPageNumber(pageNumber, loggerF, time.Nanosecond, &runOut, job, err)
require.NotNil(t, factory)
require.NoError(t, err)
var messagePaginator pagination.IStreamPaginatorAndPageFetcher

if test.timeout == nil {
Expand Down Expand Up @@ -248,7 +249,6 @@ func TestManager_logMessages(t *testing.T) {
job, err := test.jobFunc()
runOut := time.Nanosecond
factory, err := newMockJobManager(loggerF, time.Nanosecond, &runOut, job, err)

require.NoError(t, err)
require.NotNil(t, factory)
if test.timeout == nil {
Expand Down

0 comments on commit d9ae505

Please sign in to comment.