Commit 1a37d39
committed
Fix send-message-helpers test: include questionIndex in test input
The AskUserAnswer type requires questionIndex. The test was passing an answer
without questionIndex which caused a type error. Fixed by including questionIndex: 0
in both the test input and expected output, consistent with the working test in
message-block-helpers.test.ts.1 parent 63be0b9 commit 1a37d39
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1428 | 1428 | | |
1429 | 1429 | | |
1430 | 1430 | | |
1431 | | - | |
| 1431 | + | |
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
1436 | | - | |
| 1435 | + | |
1437 | 1436 | | |
1438 | 1437 | | |
1439 | 1438 | | |
| |||
0 commit comments