Skip to content

Commit

Permalink
feat: update names of example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 25, 2019
1 parent 14fe19f commit 2b2a3f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/db/seed/pact_1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"consumer": {
"name": "Zoo App"
"name": "Example App"
},
"provider": {
"name": "Animal Service"
"name": "Example API"
},
"interactions": [
{
Expand Down
4 changes: 2 additions & 2 deletions lib/pact_broker/db/seed/pact_2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"consumer": {
"name": "Zoo App"
"name": "Example App"
},
"provider": {
"name": "Animal Service"
"name": "Example API"
},
"interactions": [
{
Expand Down
4 changes: 2 additions & 2 deletions lib/pact_broker/db/seed/pact_3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"consumer": {
"name": "Zoo App"
"name": "Example App"
},
"provider": {
"name": "Animal Service"
"name": "Example API"
},
"interactions": [
{
Expand Down

0 comments on commit 2b2a3f8

Please sign in to comment.