alphacyberranger to Programmer Humor@programming.devEnglish • 2 years agoWho did this onelemmy.worldimagemessage-square20fedilinkarrow-up1626arrow-down111
arrow-up1615arrow-down1imageWho did this onelemmy.worldalphacyberranger to Programmer Humor@programming.devEnglish • 2 years agomessage-square20fedilink
minus-squareandrewlinkfedilinkEnglish42•2 years agoif !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") } Test coverage maintained. 👈😎👈
minus-squareRedjardlinkfedilink16•2 years agoif !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') { t.Fatal("notification text wrong") } Wrote the test boss
minus-square@______@lemm.eelinkfedilink3•edit-22 years agoGood work. Now explain to me why this test passed in CI but is clearly broken in production.
if !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") }
Test coverage maintained. 👈😎👈
if !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') { t.Fatal("notification text wrong") }
Wrote the test boss
Good work. Now explain to me why this test passed in CI but is clearly broken in production.