Skip to content
Snippets Groups Projects

package.tests: Fix failure caused by wrong order of visit IDs

  1. Aug 31, 2021
    • vlorentz's avatar
      package.tests: Fix failure caused by wrong order of visit IDs · 50b062ad
      vlorentz authored
      The in-mem/cass storage used to sort visits by (id, date).
      The last releases now sort by (date, id) like postgresql, but
      this test did not expect it.
      
      This commit instantiate the loader *after* picking a date
      for the dummy visit, so the loader's visit always comes after
      the dummy one.
      50b062ad
Loading