From f28d8b3bbb59861210c63c148a3919e144115151 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 27 May 2022 15:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E8=AF=AF=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=90=8E=E9=87=8D=E6=96=B0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=2063329b7c=20=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/auction.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/game-server/test/auction.test.ts b/game-server/test/auction.test.ts index 6ea0617b9..fe7cfb559 100644 --- a/game-server/test/auction.test.ts +++ b/game-server/test/auction.test.ts @@ -38,7 +38,6 @@ function checkDividend(dividend) { expect(dividend.code).to.be.a('string'); expect(dividend.status).to.be.a('number'); expect(dividend.totalPrice).to.be.a('number'); - expect(dividend.lots).to.be.an('array'); expect(dividend.dividends).to.be.an('array'); expect(Date.parse(dividend.begin)).to.be.a('number'); }