Failing automated assertions for tests that pass when inputted manually.
Ex: 5 + 5 = + 3 and 2 / 7 both work correctly and satisfy the test requirements when inputted manually
Is there any way to see the result that the test suite is seeing? I’m not able to dig in further to see what might be happening when the test is run.
Thank you!