From 2576ac7eba52d49cb6cb0746c46ebc24267db655 Mon Sep 17 00:00:00 2001 From: andreashuber-lawo Date: Mon, 4 Apr 2016 15:38:06 +0200 Subject: [PATCH] Rename VB test according to equivalent C# test References #18 --- Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb b/Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb index 3ff9aa75..3a2649be 100644 --- a/Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb +++ b/Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb @@ -110,8 +110,8 @@ Public Class TutorialTestVB - 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)