Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
bosorawis committed Jan 22, 2025
1 parent b919964 commit 98fe415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/daemon/controller/handlers/accounts/grants_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package accounts_test

import (
Expand Down Expand Up @@ -105,5 +108,4 @@ func TestListPassword_Grants(t *testing.T) {
require.ElementsMatch(t, tc.wantAccountIDs, gotIDs)
})
}

}

0 comments on commit 98fe415

Please sign in to comment.