package fifo_test
import (
"github.com/matryer/is"
"testing"
)
func TestFifo(t *testing.T) {
is.New()
}