Skip to content

Commit

Permalink
feat: change to equal 3
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 28, 2023
1 parent cc4b3e3 commit cd670a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('workspace service', () => {
page: 1,
})
.expect(200);
expect(listResult.body.result.total).toEqual(4);
expect(listResult.body.result.total).toEqual(3);
});
});
});

0 comments on commit cd670a2

Please sign in to comment.