mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-04-23 01:08:51 +02:00
Merge pull request #8 from ardalis/ardalis/fix-typo
Fix typo in test name
This commit is contained in:
@@ -10,7 +10,7 @@ namespace TheatricalPlayersRefactoringKata.Tests
|
|||||||
{
|
{
|
||||||
[Fact]
|
[Fact]
|
||||||
[UseReporter(typeof(DiffReporter))]
|
[UseReporter(typeof(DiffReporter))]
|
||||||
public void test_statement_exemple()
|
public void test_statement_example()
|
||||||
{
|
{
|
||||||
var plays = new Dictionary<string, Play>();
|
var plays = new Dictionary<string, Play>();
|
||||||
plays.Add("hamlet", new Play("Hamlet", "tragedy"));
|
plays.Add("hamlet", new Play("Hamlet", "tragedy"));
|
||||||
|
|||||||
Reference in New Issue
Block a user