Skip to content

Commit

Permalink
fix logrus import for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhorstmann committed Dec 29, 2020
1 parent f09b981 commit 5c2466c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdemuxerhook_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package stdemuxerhook

import (
"fmt"
"github.com/Sirupsen/logrus"
"os"
"testing"
"time"

"github.com/sirupsen/logrus"
)

// smallFields is a small size data set for benchmarking
Expand Down

0 comments on commit 5c2466c

Please sign in to comment.