def testTwo():
    ''' This test will fail '''
    assert packaging([1,2,3]) == [3,2,1]
def testOne():
    ''' This test will be fine '''
    assert packaging('test') == 'tset'