Skip to content

Commit 27a3513

Browse files
author
Elad Zelingher
committed
Assert.IsNotNullOrEmpty
1 parent ae1eb79 commit 27a3513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net45/Tests/WampSharp.Tests/Cra/CraTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void AuthenticationSuccess()
6262
string result = channel.GetRpcProxy<ISample>()
6363
.Hello("Foobar");
6464

65-
Assert.IsNotNullOrEmpty(result);
65+
Assert.That(result, Is.Not.Null.Or.Empty);
6666
}
6767

6868
[Test]

0 commit comments

Comments
 (0)