gh-ost
gh-ost copied to clipboard
Add basic test for inspector
Description
This PR adds a simple test for the .getSharedUniqueKeys() func of go/logic/inspector.go
Also, the err error return was removed from .getSharedUniqueKeys() because it is never set
In case this PR introduced Go code changes:
- [x] contributed code is using same conventions as original code
- [x]
script/cibuildreturns with no formatting errors, build errors or unit test errors.