forked from cerc-io/plugeth
8 lines
99 B
Go
8 lines
99 B
Go
package ethchain
|
|
|
|
import "testing"
|
|
|
|
func TestFilter(t *testing.T) {
|
|
NewFilter(NewTestManager())
|
|
}
|