Skip to content

Commit

Permalink
rename info.txt to info.text
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPhilipse committed Aug 2, 2023
1 parent e621dba commit c3c75e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void openLogTest() throws Exception {

Mockito.when(fsService.getFileSystem(Mockito.anyString(), Mockito.any(FsPath.class)))
.thenReturn(fs);
String path = this.getClass().getResource("/").getPath() + "info.txt";
String path = this.getClass().getResource("/").getPath() + "info.text";

MvcResult mvcResult =
mockMvc
Expand Down

0 comments on commit c3c75e9

Please sign in to comment.