Skip to content
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 of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class names returned for a namespaced package are in the format of namespace__classname. They should be namespace.classname #296

Closed
v15h9 opened this issue Aug 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@v15h9
Copy link

v15h9 commented Aug 2, 2022

Summary

Class names returned for a namespaced package are in the format of namespace__classname. They should be namespace.classname

Steps To Reproduce:

  1. Create a Salesforce DX Unlocked package with Namespace
  2. Create a Test class and run the tests

Expected result

Class names with Namespace should be listed as namespace.classname

Actual result

Class names with Namespace are listed as namespace__classname

Additional information

image

å
Apex library Version:1.1.0

OS and version: macOs Monterey 12.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants