Skip to content

Commit cc41b94

Browse files
LilithHafnerlazarusA
authored andcommitted
Fix typo in test/filesystem.jl (JuliaLang#54425)
Fixup for JuliaLang#54197. Sorry for breaking CI on master.
1 parent 683c0c0 commit cc41b94

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)