Fix typo in test name

This commit is contained in:
Steve Smith
2019-09-19 10:08:22 -04:00
parent 0240bb41a2
commit e7a4628479
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"));