Skip to content

Commit 31f9f49

Browse files
Update check-final.test
1 parent e2db6ac commit 31f9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-final.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,5 +1363,5 @@ constant_fold_not_yet_supported: Final = "you", "cant", "fold", "this", "yet"
13631363
z: Final = " ".join(constant_fold_not_yet_supported)
13641364

13651365
reveal_type(z) # N: Revealed type is "builtins.str"
1366-
[builtins fixtures/tuple.pyi]
1366+
[builtins fixtures/f-string.pyi]
13671367
[out]

0 commit comments

Comments
 (0)