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

Update test_frameworks.go #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asteriskayush007
Copy link
Member

Description:

The test_frameworks package has been refactored to improve clarity and optimize performance. The following changes have been made:

  1. Type Name Fix: The type name TestFramwork had a typo, corrected it to TestFramework.
  2. Code Simplification: Removed the unnecessary conversion of selector.Item since testFrameworks is already of type TestFramework, which is compatible with selector.Item directly.
  3. Commenting: Added a clear comment to the NewTestFrameworkSelector function to describe what it does.

Signed-off-by: Ayushmaan Yadav <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant