Skip to content

Commit

Permalink
sharding: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed May 26, 2018
1 parent a07cf37 commit cd6dd8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sharding/notary/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ func (m *mockNode) DepositFlagSet() bool {
return m.DepositFlag
}

func (m *mockNode) DataDirFlag() string {
return "/tmp/datadir"
}

// Unused mockClient methods.
func (m *mockNode) Start() error {
m.t.Fatal("Start called")
Expand Down

0 comments on commit cd6dd8f

Please sign in to comment.