mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-16 01:34:16 +00:00
8 lines
96 B
Go
8 lines
96 B
Go
package chain
|
|
|
|
import "testing"
|
|
|
|
func TestFilter(t *testing.T) {
|
|
NewFilter(NewTestManager())
|
|
}
|