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