Skip to content

Commit

Permalink
Merge pull request #15 from malinthar/fix-codeactions
Browse files Browse the repository at this point in the history
Remove client decl statment related code action tests
  • Loading branch information
MaryamZi authored Nov 3, 2022
2 parents f723840 + 9946c47 commit d897302
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ public Object[][] negativeDataProvider() {
{"extractExpressionToConstant1.json"},
{"extractExpressionToConstant2.json"},
{"extractExpressionToConstant3.json"},
{"extractServiceUriInModuleClientDeclToConstant.json"},
{"extractServiceUriInClientDeclarationToConstant.json"}
{"extractServiceUriInModuleClientDeclToConstant.json"}
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ public Object[][] negativeDataProvider() {
{"neg_extract_to_function_exprs_pos_in_function_call_with_qualNameRef.json"},
{"neg_extract_to_function_exprs_pos_mapping_cons_cur_inside_fields.json"},
{"negative_extract_to_function_exprs_pos_function_call_in_let_expr.json"},
{"neg_extract_to_function_exprs_pos_service_uri_in_module_client_declaration.json"},
{"neg_extract_to_function_exprs_pos_service_uri_in_client_declaration.json"},
{"neg_extract_to_function_exprs_pos_service_uri_in_module_client_declaration.json"}
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public Object[][] negativeDataProvider() {
{"extractToVariableInModLevelDeclNegative.json"},
{"extractToVariableInModLevelDeclNegative2.json"},
{"extractToVariableInStartActionNegative.json"},
{"extractToVariableInClientDeclNegative.json"},
{"extractToVariableInModuleClientDeclNegative.json"}
};
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
client "https://postman-echo.com/get?name=projectapiclientplugin" as myapi1;

public function main() {
client "https://postman-echo.com/get?name=projectapiclientplugin" as myapi2;
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
client "https://postman-echo.com/get?name=projectapiclientplugin" as myapi1;

public function main() {
client "https://postman-echo.com/get?name=projectapiclientplugin" as myapi2;
}

0 comments on commit d897302

Please sign in to comment.