Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Feb 28, 2020
1 parent 9311bc4 commit 73445bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Basic struct {
Root string
}

func (b Basic) AcquireSectorNumber() (abi.SectorNumber, error) {
func (b *Basic) AcquireSectorNumber() (abi.SectorNumber, error) {
b.NextID++
return b.NextID, nil
}
Expand Down

0 comments on commit 73445bc

Please sign in to comment.