Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mccraigmccraig committed Dec 18, 2023
1 parent ceaada6 commit 77cd844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/multi_chain_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Deno.test("composition with multiChainServicesContext", () => {
})
})

Deno.test("clean invocation with multiChainFxFn", () => {
Deno.test("run a chain from a MultiChain with multiChainFxFn", () => {
const mc = multiChain([
getOrgProg,
sendWelcomePushProg,
Expand Down
2 changes: 1 addition & 1 deletion src/object_chain_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const sendPushNotificationAndGetOrgSteps =
[runGetOrgChainStepspec,
cons.None]]]]] as const

Deno.test("composition with RunObjectChainFxFn", () => {
Deno.test("composition with objectChainFxFn", () => {
const chain = objectChain<SendPushNotificationAndGetOrg>()(
SendPushNotificationAndGetOrgTag,
sendPushNotificationAndGetOrgSteps)
Expand Down

0 comments on commit 77cd844

Please sign in to comment.