Skip to content

Commit

Permalink
Change get_file_contents to get_contents in tests too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Apr 30, 2021
1 parent 6a210f1 commit 73557e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mr.roboto/src/mr/roboto/tests/test_add_to_checkouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def edit(self, sha=None, force=False):

return HEAD()

def get_file_contents(self, name, sha):
def get_contents(self, name, sha):
return self

@property
Expand Down

0 comments on commit 73557e2

Please sign in to comment.