Skip to content
Commit 4bbba7d6 authored by David Pursehouse's avatar David Pursehouse
Browse files

Fix duplicate method name in test_project.py



flake8 reports:

  F811 redefinition of unused 'test_src_block_dir' from line 259

which is caused by having two methods with the same name. Rename
them both to better desribe their purpose.

Change-Id: If7612a42001776d71bb1a6a80fc631d3d262e6ce
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254449
Reviewed-by: default avatarMike Frysinger <vapier@google.com>
Tested-by: default avatarDavid Pursehouse <dpursehouse@collab.net>
parent dc1d0e0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment