quii / learn-go-with-tests

Learn Go with test-driven development
MIT License
22.03k stars 2.79k forks source link

[wrong] #700

Closed Vientsuya closed 1 year ago

Vientsuya commented 1 year ago

The errors: image

After changing the checkSums's interface to match the parent's function t parameter type it works and passes all tests.

EDIT: sry mb didn't notice that testing.TB is a pointer itself so I don't need to use *