Skip to content

Commit efc89fe

Browse files
committed
Resolved forseen test name conflicts.
1 parent a3758b1 commit efc89fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestStack.FluentMVCTesting.Tests/ControllerExtensionsTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void Check_for_existent_temp_data_property()
5353
}
5454

5555
[Test]
56-
public void Check_for_non_existent_temp_data_property()
56+
public void Check_for_unexpected_non_existent_temp_data_property()
5757
{
5858
const string key = "";
5959

@@ -136,7 +136,7 @@ public void Check_for_existent_temp_data_property_and_check_value_using_invalid_
136136
}
137137

138138
[Test]
139-
public void Check_for_non_existent_temp_data_property_when_supplied_with_predicate()
139+
public void Check_for_unexpected_non_existent_temp_data_property_when_supplied_with_predicate()
140140
{
141141
const string key = "";
142142

0 commit comments

Comments
 (0)