Skip to content

Commit 2b2a3f8

Browse files
committed
feat: update names of example apps
1 parent 14fe19f commit 2b2a3f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/pact_broker/db/seed/pact_1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"consumer": {
3-
"name": "Zoo App"
3+
"name": "Example App"
44
},
55
"provider": {
6-
"name": "Animal Service"
6+
"name": "Example API"
77
},
88
"interactions": [
99
{

lib/pact_broker/db/seed/pact_2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"consumer": {
3-
"name": "Zoo App"
3+
"name": "Example App"
44
},
55
"provider": {
6-
"name": "Animal Service"
6+
"name": "Example API"
77
},
88
"interactions": [
99
{

lib/pact_broker/db/seed/pact_3.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"consumer": {
3-
"name": "Zoo App"
3+
"name": "Example App"
44
},
55
"provider": {
6-
"name": "Animal Service"
6+
"name": "Example API"
77
},
88
"interactions": [
99
{

0 commit comments

Comments
 (0)