Skip to content

Commit f3090e2

Browse files
committed
use console exporter as exporter in test
1 parent 2a3d4f2 commit f3090e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowtracker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
func NewServer() http.Handler {
1818
mux := http.NewServeMux()
1919
mux.HandleFunc("/", Handler)
20-
mw := NewMiddleware()
20+
mw := NewMiddleware(WithExporter(&ConsoleExporter{}))
2121
return mw(mux)
2222
}
2323

0 commit comments

Comments
 (0)