Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_pollard committed Jan 30, 2024
1 parent 5b7aefd commit 195a687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void GivenOneAttributes_WhenAddDuplicateAttribute_ThenOneAttribute()
}

[TestMethod]
public void GivenOneAttributes_WhenAddNonDuplicateAttribute_ThenTwoAttribute()
public void GivenOneAttribute_WhenAddNonDuplicateAttribute_ThenTwoAttribute()
{
var manager = new AttributeManager();
manager.Add("test", 0);
Expand Down

0 comments on commit 195a687

Please sign in to comment.