• T
    Fix error in example_1 and example_2 · bc2ab233
    teaguecl 提交于
    This test case had an error in both examples:
    test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
    
    It was supposed to be a list of values that are NOT in the list,
    and none of them should be found.  It incorrectly included '1'
    bc2ab233
TestProductionCode.c 2.4 KB