summaryrefslogtreecommitdiffstats
path: root/OATH.Net.Test/KeyTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OATH.Net.Test/KeyTests.cs')
-rw-r--r--OATH.Net.Test/KeyTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OATH.Net.Test/KeyTests.cs b/OATH.Net.Test/KeyTests.cs
index 9d41833..1c9241c 100644
--- a/OATH.Net.Test/KeyTests.cs
+++ b/OATH.Net.Test/KeyTests.cs
@@ -15,7 +15,7 @@ namespace OathNet.Test
public class KeyTests
{
[Test]
- public void Key_created_with_binary_returns_same_data_1()
+ public void Key_created_with_binary_returns_correct_binary_1()
{
var keyData = new byte[]
{
@@ -28,7 +28,7 @@ namespace OathNet.Test
}
[Test]
- public void Key_created_with_binary_returns_same_data_2()
+ public void Key_created_with_binary_returns_correct_binary_2()
{
var keyData = new byte[]
{