Skip to content

Commit 0982de6

Browse files
committed
typo fix
1 parent e78925d commit 0982de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ timeTest = do
179179
assertFormatting "17" "YY" (makeDateTime 20017)
180180
log " --- Format 0 with YY"
181181
assertFormatting "00" "YY" (makeDateTime 0)
182-
log " --- Format - 1 with YY"
182+
log " --- Format -1 with YY"
183183
assertFormatting "01" "YY" (makeDateTime (-1))
184184

185185
log "- Data.Formatter.DateTime.unformatDateTime "

0 commit comments

Comments
 (0)