diff --git a/types_test.go b/types_test.go index 91c9238..91c46d2 100644 --- a/types_test.go +++ b/types_test.go @@ -2,8 +2,8 @@ package ofxgo_test import ( "fmt" - "github.com/aclindsa/ofxgo" "github.com/aclindsa/go/src/encoding/xml" + "github.com/aclindsa/ofxgo" "math/big" "reflect" "testing"