Skip to content

Commit 5b985d5

Browse files
authored
Fix small lint problem in metadata_test.go (#1278)
I'm not sure how this snuck through CI originally, but it keeps showing up in all my branches. I figure fix it once so we won't have to deal with it everywhere else.
1 parent 5535390 commit 5b985d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

metadata_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import (
44
"context"
55
"testing"
66

7-
"github.com/riverqueue/river/internal/jobexecutor"
87
"github.com/stretchr/testify/require"
8+
9+
"github.com/riverqueue/river/internal/jobexecutor"
910
)
1011

1112
func TestMetadataSet(t *testing.T) {

0 commit comments

Comments
 (0)