Skip to content

Commit

Permalink
Updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Feb 13, 2018
1 parent 4a7ef42 commit 019291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGameStateMachine/MonoGameStateMachine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MonoGameStateMachine</RootNamespace>
<AssemblyName>[DEPRECATED] MonoGameStateMachine</AssemblyName>
<AssemblyName>MonoGameStateMachine</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
1 change: 1 addition & 0 deletions NUnitTests/FluentSyntaxTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private enum Trigger
new Dictionary<Button, Fsm<State, Trigger>>();

[Test]
[Ignore("Is output to PlantUML only.")]
public void Main()
{
var hero = new Hero();
Expand Down

0 comments on commit 019291c

Please sign in to comment.