Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Jan 9, 2024
1 parent 033b7bb commit 7220388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sdk/testint/databases_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func TestInt_CreateShared(t *testing.T) {
Accounts: accountsToSet,
},
})
require.NoError(t, err)

databaseID := sdk.RandomAccountObjectIdentifier()
err = client.Databases.CreateShared(ctx, databaseID, shareTest.ExternalID(), nil)
Expand Down

0 comments on commit 7220388

Please sign in to comment.