Closed Indibulous closed 2 months ago
The fact "nameof_macro_test" in BasicNameofTestSuite currently fails due to a typo in this line:
"NAMEOF_TEST_STRING" here should be replaced with "NAMEOF_TEST_TABBED_MACRO" for the test to pass and work as expected.
"NAMEOF_TEST_STRING"
"NAMEOF_TEST_TABBED_MACRO"
BasicNameofTestSuite
Description
The fact "nameof_macro_test" in BasicNameofTestSuite currently fails due to a typo in this line:
"NAMEOF_TEST_STRING"
here should be replaced with"NAMEOF_TEST_TABBED_MACRO"
for the test to pass and work as expected.Script Name
BasicNameofTestSuite
Steps To The Task
"NAMEOF_TEST_STRING"
to"NAMEOF_TEST_TABBED_MACRO"
in "nameof_macro_test"