it('completely fills in if player finishes with ≥520000', () => {
      const gauge = setup(555555, [100, 100])
      assert(gauge.getPrimary() === 1)
    })