Skip to content

Commit 30cb9b2

Browse files
authored
Rename pact provider replicated-app -> market-api (#4885)
1 parent 2b804a7 commit 30cb9b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contracts/replicated-app/init_test.go renamed to contracts/market-api/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestMain(m *testing.M) {
2020

2121
pact = dsl.Pact{
2222
Consumer: "kots",
23-
Provider: "replicated-app",
23+
Provider: "market-api",
2424
LogDir: logDir,
2525
PactDir: pactDir,
2626
LogLevel: "debug",

0 commit comments

Comments
 (0)