File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments