From 2b2a3f815370125a7d2b6ebf393156b96459e138 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Fri, 26 Apr 2019 09:59:53 +1000 Subject: [PATCH] feat: update names of example apps --- lib/pact_broker/db/seed/pact_1.json | 4 ++-- lib/pact_broker/db/seed/pact_2.json | 4 ++-- lib/pact_broker/db/seed/pact_3.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pact_broker/db/seed/pact_1.json b/lib/pact_broker/db/seed/pact_1.json index 87f075a32..56adb4103 100644 --- a/lib/pact_broker/db/seed/pact_1.json +++ b/lib/pact_broker/db/seed/pact_1.json @@ -1,9 +1,9 @@ { "consumer": { - "name": "Zoo App" + "name": "Example App" }, "provider": { - "name": "Animal Service" + "name": "Example API" }, "interactions": [ { diff --git a/lib/pact_broker/db/seed/pact_2.json b/lib/pact_broker/db/seed/pact_2.json index 9105482b9..0c595e178 100644 --- a/lib/pact_broker/db/seed/pact_2.json +++ b/lib/pact_broker/db/seed/pact_2.json @@ -1,9 +1,9 @@ { "consumer": { - "name": "Zoo App" + "name": "Example App" }, "provider": { - "name": "Animal Service" + "name": "Example API" }, "interactions": [ { diff --git a/lib/pact_broker/db/seed/pact_3.json b/lib/pact_broker/db/seed/pact_3.json index 8c556e4de..99dd9c04d 100644 --- a/lib/pact_broker/db/seed/pact_3.json +++ b/lib/pact_broker/db/seed/pact_3.json @@ -1,9 +1,9 @@ { "consumer": { - "name": "Zoo App" + "name": "Example App" }, "provider": { - "name": "Animal Service" + "name": "Example API" }, "interactions": [ {