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