Skip to content

Commit

Permalink
test: Miner implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 9, 2023
1 parent ea8d848 commit 38329bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkg/relayer/miner/miner_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package miner_test

import (
"testing"
)

func TestNewMiner(t *testing.T) {
//tests := []struct {
// desc string
// deps depinject.Config
// opts []relayer.MinerOption
//} {
// {
// desc: ""
// },
//}
}

0 comments on commit 38329bb

Please sign in to comment.