Skip to content

Commit 9d0b21e

Browse files
typo
1 parent 4723f50 commit 9d0b21e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tea-cup/src/TeaCup/Testing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function testableProps<Model, Msg, T>(
101101
init: initTestable(resolve, props.init),
102102
view: viewTestable(props.view),
103103
update: updateTestable(props.update),
104-
subscriptions: suscriptionsTestable(props, fun),
104+
subscriptions: subscriptionsTestable(props, fun),
105105
};
106106
return tprops;
107107
}
@@ -150,7 +150,7 @@ function updateTestable<Model, Msg, T>(
150150
};
151151
}
152152

153-
function suscriptionsTestable<Model, Msg, T>(
153+
function subscriptionsTestable<Model, Msg, T>(
154154
props: ProgramProps<Model, Msg>,
155155
fun: Trigger<Model, Msg, T>,
156156
): ProgramProps<TestableModel<Model, Msg, T>, Msg>['subscriptions'] {

0 commit comments

Comments
 (0)