Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Oct 16, 2020
1 parent 84abee7 commit 4fa7f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/network_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import (
)

var (
middlewareVersion = "0.0.3"
middlewareVersion = "0.0.4"
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: "1.4.4",
RosettaVersion: "1.4.5",
NodeVersion: "0.20.1",
MiddlewareVersion: &middlewareVersion,
},
Expand Down

0 comments on commit 4fa7f1f

Please sign in to comment.