Skip to content

Commit

Permalink
feat:添加测试用例
Browse files Browse the repository at this point in the history
添加了agent文件工具的测试用例
  • Loading branch information
ma2695212419 committed Sep 12, 2023
1 parent cb6c822 commit 39ae022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void testGetResourceToFile() {
String resourceName = "iast.properties.example"; // 假设存在名为test_resource.txt的资源文件
String fileName = tempDirectoryPath + "test.example"; // 替换为实际的目标文件路径

boolean result = false;
boolean result;
try {
result = FileUtils.getResourceToFile(resourceName, fileName);
} catch (IOException e) {
Expand Down

0 comments on commit 39ae022

Please sign in to comment.