• andrew
      link
      fedilink
      English
      422 years ago
      if !strings.Contains(notification.Text, "People are") {
        t.Fatal("notification text wrong")
      }
      

      Test coverage maintained. 👈😎👈

      • Redjard
        link
        fedilink
        162 years ago
        if !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') {
          t.Fatal("notification text wrong")
        }
        

        Wrote the test boss

      • @______@lemm.ee
        link
        fedilink
        3
        edit-2
        2 years ago

        Good work. Now explain to me why this test passed in CI but is clearly broken in production.