Skip to content

Commit

Permalink
chore: use local fields
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
evan-forbes and rootulp authored May 25, 2023
1 parent 01bbd0d commit 256f34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/gateway/share_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ func Test_dataFromShares(t *testing.T) {
for _, i := range input {
b := coretypes.Blob{
Data: i,
NamespaceID: ns.Bytes()[1:],
NamespaceVersion: namespace.NamespaceVersionZero,
NamespaceID: ns.ID,
NamespaceVersion: ns.Version,
ShareVersion: appconsts.ShareVersionZero,
}
err := sss.Write(b)
Expand Down

0 comments on commit 256f34b

Please sign in to comment.