Skip to content

Commit 3646fdf

Browse files
committed
fix type test
1 parent ec946dc commit 3646fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tests/createSlice.typetest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,8 @@ const value = actionCreators.anyKey
666666
}
667667
),
668668
testExplicitType: create.asyncThunk<
669-
TestArg,
670669
TestReturned,
670+
TestArg,
671671
{
672672
rejectValue: TestReject
673673
}

0 commit comments

Comments
 (0)