Skip to content

Commit

Permalink
fix(providerstate): make provider state serialisation spec compliant #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 11, 2017
1 parent cf0f213 commit 50d6b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Interaction struct {
Description string `json:"description"`

// Provider state to be written into the Pact file
State string `json:"provider_state,omitempty"`
State string `json:"providerState,omitempty"`
}

// Given specifies a provider state. Optional.
Expand Down

0 comments on commit 50d6b90

Please sign in to comment.