canthefason/go-watcher

Wrong test labelling

julianxhokaxhiu opened this issue · 1 comments

I was reading the unit test file you've made, and I found a wrong labelling I guess.

At this line you wrote:

expected true, got false

for the .md file. But I guess it should be ( looking at the IF condition ):

expected false, got true

right?

Hey, nice catch! 👍 Thank you so much!