Skip to content

Commit 4493ac9

Browse files
authored
Update runtests.jl
1 parent 6ab2ea2 commit 4493ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ end
139139

140140

141141
@test ShortString(:abcde) == "abcde"
142-
@test ShortString(:abcde)) isa ShortString7
142+
@test ShortString(:abcde) isa ShortString7
143143
@test ShortString15(:abcde) == "abcde"
144-
@test ShortString15(:abcde)) isa ShortString15
144+
@test ShortString15(:abcde) isa ShortString15
145145

146146

147147
@test ShortString7(Test.GenericString("abcde")) == "abcde"

0 commit comments

Comments
 (0)