File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ feature -- Tests
7272 end
7373 end
7474
75- test_get_sheet (an_id : attached like {EG_SHEETS_API }.spreadsheet_id )
75+ test_get_sheet (a_sheet_id : attached like {EG_SHEETS_API }.spreadsheet_id )
7676 local
7777 l_esapi : EG_SHEETS_API
7878 do
7979 create l_esapi .make (last_token .token )
80- if attached l_esapi .get_from_id (an_id ) as l_spreedsheet_get_result then
80+ if attached l_esapi .get_from_id (a_sheet_id ) as l_spreedsheet_get_result then
8181 if l_esapi .has_error then
8282-- debug ("test_create_sheet")
8383 print (" test_create_sheet-> Error %N" )
@@ -106,12 +106,12 @@ feature -- Tests
106106 end
107107 end
108108
109- test_append_sheet (an_id : attached like {EG_SHEETS_API }.spreadsheet_id ; a_data : STRING )
109+ test_append_sheet (a_sheet_id : attached like {EG_SHEETS_API }.spreadsheet_id ; a_data : STRING )
110110 local
111111 l_esapi : EG_SHEETS_API
112112 do
113113 create l_esapi .make (last_token .token )
114- if attached l_esapi .append_with_id_raw (an_id , a_data ) as l_spreedsheet_get_result then
114+ if attached l_esapi .append_with_id_raw (a_sheet_id , a_data ) as l_spreedsheet_get_result then
115115 if l_esapi .has_error then
116116-- debug ("test_create_sheet")
117117 print (" test_append_sheet-> Error %N" )
You can’t perform that action at this time.
0 commit comments