Skip to content

Commit 3da4509

Browse files
authored
Fixes
1 parent f1e02e4 commit 3da4509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ engine.on('success', (event, almanac, ruleResult) => {
102102
})
103103
engine.on<{ foo: Array<string> }>('foo', (event, alamanc, ruleResult) => {
104104
expectType<{ foo: Array<string> }>(event)
105-
expectType<Alamanc>(alamanc)
105+
expectType<Almanac>(alamanc)
106106
expectType<RuleResult>(ruleResult)
107107
})
108108

0 commit comments

Comments
 (0)