Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Sep 4, 2024
1 parent 2e4419c commit 88130f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/grant/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (s *ServiceTestSuite) TestUpdate() {
id := uuid.New().String()
existingGrant := &domain.Grant{
ID: id,
Status: domain.GrantStatusActive,
AccountID: "test-account-id",
AccountType: "user",
Owner: "[email protected]",
Expand Down Expand Up @@ -205,6 +206,7 @@ func (s *ServiceTestSuite) TestUpdate() {
id := uuid.New().String()
existingGrant := &domain.Grant{
ID: id,
Status: domain.GrantStatusActive,
AccountID: "test-account-id",
AccountType: "user",
Owner: "[email protected]",
Expand Down

0 comments on commit 88130f0

Please sign in to comment.