-
Notifications
You must be signed in to change notification settings - Fork 35
Fix NameError in test_pybeacon.py #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms 8000 of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Let me do this. |
Go head. Create a PR when it's done. |
@PrabhanshuAttri How do I build this locally? Are there some special techniques required apart from just cloning? |
Tests/test_pybeacon contains 2 methods in the end which are commented. You will have to fix these methods |
Why are CI checks failing? |
Assert is comparing an empty array with a valid array. |
@PrabhanshuAttri Is it a problem with test definitions, or any of the lines I've added? |
Test definitions. Let me know if you can fix them. Also, please create the PR against dev branch. |
@schedutron Let me know if you need help. |
@PrabhanshuAttri I've added PR #28 against the dev branch now. |
This error is thrown while testing PyBeacon methods.
NameError: global name 'encodeUid' is not defined
The text was updated successfully, but these errors were encountered: