Skip to content

Commit 3c3aaa6

Browse files
committed
fix test names
1 parent 210c9d9 commit 3c3aaa6

File tree

1 file changed

+4
-4
lines changed
  • tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests

1 file changed

+4
-4
lines changed

tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests/IndexTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public async Task insert_record_async()
9393
}
9494

9595
[TestMethod]
96-
public async Task insert_record_by_index()
96+
public async Task get_record_by_index()
9797
{
9898
var employee = new Employee
9999
{
@@ -108,7 +108,7 @@ public async Task insert_record_by_index()
108108
}
109109

110110
[TestMethod]
111-
public async Task insert_record_by_index_as_string()
111+
public async Task get_record_by_index_as_string()
112112
{
113113
var employee = new Employee
114114
{
@@ -123,7 +123,7 @@ public async Task insert_record_by_index_as_string()
123123
}
124124

125125
[TestMethod]
126-
public async Task insert_record_by_index_async()
126+
public async Task get_record_by_index_async()
127127
{
128128
var employee = new Employee
129129
{
@@ -139,7 +139,7 @@ public async Task insert_record_by_index_async()
139139

140140

141141
[TestMethod]
142-
public async Task insert_record_by_index_as_string_async()
142+
public async Task get_record_by_index_as_string_async()
143143
{
144144
var employee = new Employee
145145
{

0 commit comments

Comments
 (0)