Skip to content

Commit 1ae3b4c

Browse files
committed
Renamed method
1 parent 87bc9b2 commit 1ae3b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TechnitiumLibrary.UnitTests/TechnitiumLibrary/Base32Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void FromBase32String_GivenStringWithSpace_ThrowsException()
151151
}
152152

153153
[TestMethod]
154-
public void FromBase32HexString_GivenNullStringSpace_ThrowsException()
154+
public void FromBase32HexString_GivenStringWithSpace_ThrowsException()
155155
{
156156
Assert.ThrowsExactly<IndexOutOfRangeException>(() => Base32.FromBase32HexString("MZXW6YTBOI====== "));
157157
}

0 commit comments

Comments
 (0)