Skip to content

Commit 135e022

Browse files
Dean KarnDean Karn
authored andcommitted
update import in test file
1 parent 0e41cfd commit 135e022

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

context_17_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
package lars
44

55
import (
6+
"context"
67
"net/http"
78
"net/http/httptest"
89
"reflect"
910
"testing"
1011
"time"
1112

12-
"golang.org/x/net/context"
13-
1413
. "gopkg.in/go-playground/assert.v1"
1514
)
1615

0 commit comments

Comments
 (0)