Skip to content

Commit a2ed502

Browse files
committed
revert back package order
1 parent 7aed48e commit a2ed502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
package athenadriver
2222

2323
import (
24-
"github.com/stretchr/testify/assert"
2524
"net/url"
2625
"testing"
2726
"time"
27+
"github.com/stretchr/testify/assert"
2828
)
2929

3030
func TestAthenaConfig(t *testing.T) {

0 commit comments

Comments
 (0)