Skip to content

Commit 019291c

Browse files
committed
Updates tests
1 parent 4a7ef42 commit 019291c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MonoGameStateMachine/MonoGameStateMachine.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>MonoGameStateMachine</RootNamespace>
12-
<AssemblyName>[DEPRECATED] MonoGameStateMachine</AssemblyName>
12+
<AssemblyName>MonoGameStateMachine</AssemblyName>
1313
<DefaultLanguage>en-US</DefaultLanguage>
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

NUnitTests/FluentSyntaxTest1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ private enum Trigger
104104
new Dictionary<Button, Fsm<State, Trigger>>();
105105

106106
[Test]
107+
[Ignore("Is output to PlantUML only.")]
107108
public void Main()
108109
{
109110
var hero = new Hero();

0 commit comments

Comments
 (0)