generated from nhcarrigan/template
d8c1c3dee1
The test for unknown result subtype was using an invalid subtype value directly, which caused a TypeScript error. Changed to use a type assertion to properly test the unknown subtype case, matching the pattern used for testing unknown message types. This fix ensures all TypeScript checks pass whilst still testing the edge case behaviour for unexpected subtype values.