marcinadd / projecty-web

Project management software based on spring
GNU General Public License v3.0
76 stars 76 forks source link

Failing test case givenRequestOnDownloadFile_shouldReturnFileToDownload #22

Closed Anirban-1 closed 5 years ago

Anirban-1 commented 5 years ago

Following test case is failing: MessageControllerTests -> givenRequestOnDownloadFile_shouldReturnFileToDownload

Anirban-1 commented 5 years ago

@marcinadd I want to start working on this project, I have created a separate branch and fixed the test case. But I am not allowed to push the changes. Can you help me out!

marcinadd commented 5 years ago

You have to fork my repo and push your changes to your fork, then create a pull request.

anirban-a commented 5 years ago

@marcinadd sorry that "Anirban-1" was my other account and I don't want to proceed working with that, I will be using this one only. But I don't have the permission granted to push the changes it seems for any of the accounts

marcinadd commented 5 years ago

You won't have permission to direct push to my repository. Read about "forks" and "pull requests" in GitHub Guides.

anirban-a commented 5 years ago

oh ok got it! Thanks, I have raised a pull request, please do review and let me know