mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-23 01:50:38 +01:00
Fix typo in test name
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user