Skip to content

Commit

Permalink
Fix import path issue in encode/decode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Jan 9, 2017
1 parent 149bb1b commit 3e6e9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package yaml_test

import (
"errors"
"go.mozilla.org/yaml.v2"
. "gopkg.in/check.v1"
"gopkg.in/yaml.v2"
"math"
"net"
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strings"
"time"

"go.mozilla.org/yaml.v2"
. "gopkg.in/check.v1"
"gopkg.in/yaml.v2"
"net"
"os"
)
Expand Down

0 comments on commit 3e6e9c3

Please sign in to comment.