Merge pull request #8 from ardalis/ardalis/fix-typo

Fix typo in test name
This commit is contained in:
Emily Bache
2019-09-19 18:16:31 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ namespace TheatricalPlayersRefactoringKata.Tests
{
[Fact]
[UseReporter(typeof(DiffReporter))]
public void test_statement_exemple()
public void test_statement_example()
{
var plays = new Dictionary<string, Play>();
plays.Add("hamlet", new Play("Hamlet", "tragedy"));