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

    Test coverage maintained. 👈😎👈

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

      Wrote the test boss

    • @[email protected]
      link
      fedilink
      3
      edit-2
      1 year ago

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