it('sets judgment deviation (late)', function () {
      const info = { judgment: 2, delta: 0.03, combo: 123, column: 'SC' }
      update(12, 34, makeState({ notifications: { judgments: [info] } }))
      assert(data['judge_2'] === 12)
      assert(data['judge_deviation_late'] === 12)