Skip to content

Commit 1a81b2a

Browse files
committed
chore: update reducer test
1 parent f588611 commit 1a81b2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reducers/sponsors/__tests__/sponsor-form-items-list-reducer.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ describe("SponsorFormItemsListReducer", () => {
234234
result = SponsorFormItemsListReducer(
235235
{
236236
...initialState,
237-
totalCount: 2,
238237
items: [
239238
{
240239
id: "A",
@@ -267,7 +266,6 @@ describe("SponsorFormItemsListReducer", () => {
267266
);
268267
expect(result).toStrictEqual({
269268
...initialState,
270-
totalCount: 1,
271269
items: [
272270
{
273271
id: "B",

0 commit comments

Comments
 (0)