it('sets judgment time', function () {
      const info = { judgment: 1, delta: 0, combo: 123, column: 'SC' }
      update(12, 34, makeState({ notifications: { judgments: [info] } }))
      assert(data['judge_1'] === 12)
      assert(data['judge_deviation_none'] === 12)