Skip to content

Commit

Permalink
chore(test): update test example with floating point
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 31, 2017
1 parent defe97c commit c3c2c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm i -g cz-conventional-changelog

## Developing

For full integration testing locally, Ruby 2.1.5 must be installed. Under the
For full integration testing locally, Ruby 2.2.0 must be installed. Under the
hood, Pact Go bundles the
[Pact Mock Service](https://github.com/bethesque/pact-mock_service) and
[Pact Provider Verifier](https://github.com/pact-foundation/pact-provider-verifier)
Expand Down
6 changes: 4 additions & 2 deletions dsl/pact_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ func TestPact_Integration(t *testing.T) {
"name": "%s",
"size": %s,
"colour": %s,
"tag": %s
"tag": %s,
"price": 1.07
}`, name, size, colour, tag),
1),
1))
Expand Down Expand Up @@ -222,7 +223,8 @@ func setupProviderAPI() int {
{
"name": "%s",
"size": 10,
"colour": "red",
"colour": "red",
"price": 17.01,
"tag": [
[
"jumper",
Expand Down

0 comments on commit c3c2c31

Please sign in to comment.