Skip to content

Commit

Permalink
fixed types for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samvel-vardanyan committed Sep 5, 2023
1 parent fc3dbee commit 8a9cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/pkg/cache/ddc_bucket_contract_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (m *mockedDdcBucketContract) BucketCreate(bucketParams bucket.BucketParams,
panic("implement me")
}

func (m *mockedDdcBucketContract) BucketChangeOwner(bucketId bucket.BucketId, ownerId types.AccountID) error {
func (m *mockedDdcBucketContract) BucketChangeOwner(bucketId bucket.BucketId, ownerId types.OptionAccountID) error {
panic("implement me")
}

Expand Down

0 comments on commit 8a9cc63

Please sign in to comment.