alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoWho did this onelemmy.worldimagemessage-square15fedilinkarrow-up1605arrow-down110
arrow-up1595arrow-down1imageWho did this onelemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square15fedilink
minus-squareandrew@lemmy.stuart.funlinkfedilinkEnglisharrow-up40·1 year agoif !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") } Test coverage maintained. 👈😎👈
minus-square______@lemm.eelinkfedilinkarrow-up3·edit-21 year agoGood work. Now explain to me why this test passed in CI but is clearly broken in production.
Gotta love no unit tests
if !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") }
Test coverage maintained. 👈😎👈
Good work. Now explain to me why this test passed in CI but is clearly broken in production.