Skip to content

Commit 48267eb

Browse files
committed
lint
1 parent 2ff8da1 commit 48267eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_run_integration_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ func TestTestRunsCreate(t *testing.T) {
153153
_, err := client.TestRuns.Create(ctx, options)
154154
require.Equal(t, ErrRequiredRegistryModule, err)
155155
})
156-
t.Run("without an organisation module", func(t *testing.T) {
157-
156+
t.Run("without an organisation", func(t *testing.T) {
158157
rm := &RegistryModule{
159158
ID: rmTest.ID,
160159
Name: rmTest.Name,

0 commit comments

Comments
 (0)