Skip to content

Commit

Permalink
Rename VB test according to equivalent C# test
Browse files Browse the repository at this point in the history
References #18
  • Loading branch information
andreashuber-lawo committed Apr 4, 2016
1 parent 3c86535 commit 2576ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Public Class TutorialTestVB

<TestMethod>
<TestCategory("Manual")>
Public Sub ReactToChangesTest()
#Region "React to Changes"
Public Sub StaticReactToChangesTest()
#Region "Static React to Changes"
AsyncPump.Run(
Async Function()
Using client = Await ConnectAsync("localhost", 9000)
Expand Down

0 comments on commit 2576ac7

Please sign in to comment.