Closed 1010sachin closed 6 years ago
Looks good!
If possible, could we please format our failed tests like below...so that we can have better reporting for our tests when it fails.
if expected != err.Error() {
t.Errorf("Wrong output, expected %s, received %s", expected, err.Error())
}
@1010sachin You will have to mock the directory. Try creating a dummy directory(dont use actual directory name) and remove it once you are done.