Skip to content
  • Lars Kruse's avatar
    Event Tests: restructure event creation · 50861f85
    Lars Kruse authored
    * reduce a bit of code duplication
    * use unique content for each test
    * fix wrong order of dictionary overrides:
      "kwargs.update(...)" -> "...update(kwargs)"
      The problem was not visible, since only "public" was overriden (which
      was not part of the default dictionary).
    50861f85