Skip to content

Commit

Permalink
MLPAB-2088: Remove impossible email+channel combo (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
acsauk authored May 2, 2024
1 parent 012cd40 commit edc5905
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/lpastore/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ func TestClientServiceContract(t *testing.T) {
"new": matchers.Like("cy"),
}, {
"key": matchers.Like("/trustCorporations/0/email"),
"old": matchers.Like("[email protected]"),
"new": matchers.Like("b@example.com"),
"old": matchers.Like(""),
"new": matchers.Like("a@example.com"),
}, {
"key": matchers.Like("/trustCorporations/0/channel"),
"old": matchers.Like("paper"),
Expand Down Expand Up @@ -548,7 +548,6 @@ func TestClientServiceContract(t *testing.T) {
UID: uid,
Name: "Trust us Corp.",
CompanyNumber: "66654321",
Email: "[email protected]",
Channel: actor.ChannelPaper,
},
},
Expand Down

0 comments on commit edc5905

Please sign in to comment.