From a19be018b8b9c9bd5945542184ae6c8a568f38f8 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Fri, 15 Dec 2023 09:38:39 -0500 Subject: [PATCH] fix: tests --- tests/resources/units.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/units.spec.js b/tests/resources/units.spec.js index 076309ef..6aaeb250 100644 --- a/tests/resources/units.spec.js +++ b/tests/resources/units.spec.js @@ -113,7 +113,7 @@ describe('Units Resource CRUD', function () { .get('/v1/units') .query({ page: 1, limit: 1 }); - expect(result.body.data.length).to.not.equal(1); + expect(result.body.data.length).to.equal(1); }).timeout(TEST_WAIT_TIME * 10); it('finds a single result by warehouseUnitId', async function () { // ?warehouseUnitId=XXXX