Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 11, 2017
    • Ryan Senior's avatar
      Switch alert-test `expect-with-temp` calls to `expect` · 4023fed9
      Ryan Senior authored
      Using `expect-with-temp` rather than `(expect ... (with-temp*` can
      obscure some test failures. When using data from the `with-temp*` in
      the left side of the `expect` it's needed, but if not, it's better to
      nest he `with-temp*` so as to not interfere with the error handling
      and test failure reporting.
      
      This commit flips a bunch of the alerts tests that don't need `expect-with-temp`.
      4023fed9
  2. Dec 07, 2017
  3. Dec 06, 2017
  4. Dec 05, 2017
Loading