mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package ethchain
|
|
|
|
import "testing"
|
|
|
|
func TestFilter(t *testing.T) {
|
|
filter := NewFilter()
|
|
}
|