Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes for test from mediciland/blockchain root
Import name change to accommodate running from mediciland-based root directory
  • Loading branch information
cchrysostom committed Apr 5, 2019
1 parent c055a43 commit c32188d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 5 deletions.
55 changes: 52 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Expand Up @@ -68,7 +68,7 @@

[[constraint]]
name = "github.com/gobuffalo/packr"
version = "2.0.3"
version = "2.1.0"

[[constraint]]
name = "github.com/golang/protobuf"
Expand Down
2 changes: 1 addition & 1 deletion modules/oip042/validators/property_party_test.go
@@ -1,7 +1,7 @@
package validators

import (
_ "github.com/bitspill/oip/config"
_ "gitlab.com/mediciland/blockchain/oip/config"
"github.com/json-iterator/go"
"testing"
)
Expand Down

0 comments on commit c32188d

Please sign in to comment.