Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
* hotfix/1.3.1:
  (GH-36) Actually fixing unit test
  Revert "(GH-36) Fix broken test"
  • Loading branch information
gep13 committed Aug 21, 2019
2 parents 1f39160 + 06fa32b commit b257446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Figlet.Tests/FigletTests.cs
Expand Up @@ -10,12 +10,12 @@ public class FigletTests
public void Figlet_can_render()
{
const string expected = @"
_ _ _ _ __ __ _ _
_ _ _ _ __ __ _ _
| | | | ___ | || | ___ \ \ / / ___ _ __ | | __| |
| |_| | / _ \| || | / _ \ \ \ /\ / / / _ \ | '__|| | / _` |
| _ || __/| || || (_) | _ \ V V / | (_) || | | || (_| |
|_| |_| \___||_||_| \___/ ( ) \_/\_/ \___/ |_| |_| \__,_|
|/
|/
";
FigletAliases.Figlet(null, "Hello, World").ShouldBeWithLeadingLineBreak(expected);
}
Expand Down

0 comments on commit b257446

Please sign in to comment.