Hello,
For task 2.2 in the fundamental capstone, I ran the separate function test which came back passed but when I run the end of section test, it fails?
Due to the way I have written it, the function definition is returned but if I do a manual test on it [e.g. extractBrokerId CME-TSLA20200920C1700-709], it returns the correct result.
I have also tried inputting the input directly in the function by swapping the parameter name (exchMsg) to CME-TSLA20200920C1700-709 - in which, instead of the function definition being returned like my initial attempt, this returns the correct answer directly to the console.
Both attempts are passing its specific function test but the end of section test for 2.2 is still failed.
I’d appreciate any help. Thanks in advance.