Skip to content

Commit 262a288

Browse files
authored
Fix typo in test/filesystem.jl (#54425)
Fixup for #54197. Sorry for breaking CI on master.
1 parent dbf0475 commit 262a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/filesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ end
4747
@test undoc == [:File, :Filesystem, :cptree, :futime, :rename, :sendfile, :unlink]
4848
end
4949

50-
@testet "write return type" begin
50+
@testset "write return type" begin
5151
@test Base.return_types(write, (Base.Filesystem.File, UInt8)) == [Int]
5252
end

0 commit comments

Comments
 (0)