Skip to content

Commit 5a2a682

Browse files
committed
Fixes flaky type test
1 parent 893ad65 commit 5a2a682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesafety/test_primitives/test_hkt/test_kindn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
def test(arg: KindN[I, T1, T2, T3]):
5757
reveal_type(arg.from_result)
5858
out: |
59-
main:12: note: Revealed type is 'def [_ValueType, _ErrorType] (inner_value: returns.result.Result[_ValueType`91, _ErrorType`92]) -> returns.primitives.hkt.KindN[I`-1, _ValueType`91, _ErrorType`92, T3`-4]'
59+
main:12: note: Revealed type is 'def [_ValueType, _ErrorType] (inner_value: returns.result.Result[_ValueType`755, _ErrorType`756]) -> returns.primitives.hkt.KindN[I`-1, _ValueType`755, _ErrorType`756, T3`-4]'

0 commit comments

Comments
 (0)