Skip to content

Commit 203fc4e

Browse files
authored
Fix test message
Fix typo in one of the error messages in the test section. This doesn't affect operation of the library. See issue #66.
1 parent 2d2ab09 commit 203fc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualbasic/OpenLocationCode.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Sub TestOLCLibrary()
598598
Exit Sub
599599
End If
600600
If f <> (validity(i)(3) = "true") Then
601-
MsgBox ("IsFull test " + CStr(i) + ", expected: " + CStr(validity(i)(2) = "true") + ", actual: " + CStr(f))
601+
MsgBox ("IsFull test " + CStr(i) + ", expected: " + CStr(validity(i)(3) = "true") + ", actual: " + CStr(f))
602602
Exit Sub
603603
End If
604604
Next

0 commit comments

Comments
 (0)