Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Demogorgon314 committed Jan 3, 2023
1 parent 77e23e9 commit f1fc1ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pulsar/table_view_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ package pulsar
import (
"context"
"fmt"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"reflect"
"testing"
"time"

"github.com/stretchr/testify/assert"
)

func TestTableView(t *testing.T) {
Expand Down

0 comments on commit f1fc1ec

Please sign in to comment.