Skip to content

Commit

Permalink
integrate ioutil migration in test
Browse files Browse the repository at this point in the history
Some inconsistent change have been introduced in a previous version of ioutil migration(0c31056).
  • Loading branch information
xiaokangwang committed Sep 29, 2021
1 parent 2fcddf1 commit 52d414f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/scenarios/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"crypto/rand"
"fmt"
"io"
"io/ioutil"
"os"
"os/exec"
"path/filepath"
"runtime"
Expand Down
2 changes: 1 addition & 1 deletion testing/scenarios/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package scenarios
import (
"context"
"google.golang.org/protobuf/types/known/anypb"
"io/ioutil"
"io"
"net/http"
"net/url"
"testing"
Expand Down
1 change: 0 additions & 1 deletion testing/scenarios/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"crypto/rand"
"io"
"io/ioutil"
"net/http"
"net/url"
"testing"
Expand Down

0 comments on commit 52d414f

Please sign in to comment.