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

Refactor duplicate code in task_validation_test.go #4836

Merged
merged 1 commit into from
May 5, 2022

Commits on May 5, 2022

  1. Refactor duplicate code in task_validation_test.go

    Prior to this commit, many test functions in this file need to get
    context based on whether alpha api flag is enabled and this duplicate code
    chuck appears multiple times.
    
    Adding a new helper function will make this code chuck reusable when testing
    future features that will be developed under alpha feature.
    chuangw6 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d24fc63 View commit details
    Browse the repository at this point in the history