--- test/playRepository/GitRepositoryTest.java
+++ test/playRepository/GitRepositoryTest.java
... | ... | @@ -239,7 +239,7 @@ |
239 | 239 |
String projectName = "testProject"; |
240 | 240 |
GitRepository repo = new GitRepository(userName, projectName); |
241 | 241 |
// When |
242 |
- repo.findFileInfo("readme"); |
|
242 |
+ repo.getMetaDataFromPath("readme"); |
|
243 | 243 |
// Then |
244 | 244 |
} |
245 | 245 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?