-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Add t.Helper() on test helper function (#1935)
* refactor pkg/agent/handler test Signed-off-by: kevindiu <[email protected]> * fix gotest gen command Signed-off-by: kevindiu <[email protected]> * fix part of beforeFunc helper function call Signed-off-by: kevindiu <[email protected]> * Format code with prettier and gofumpt * add remaining beforeFunc Signed-off-by: kevindiu <[email protected]> * Revert "fix gotest gen command" This reverts commit 9de6c54. * Update internal/errgroup/group_test.go * update afterFunc Signed-off-by: kevindiu <[email protected]> * fix Signed-off-by: kevindiu <[email protected]> * Update internal/net/net_test.go * Update pkg/agent/core/ngt/handler/grpc/upsert_test.go --------- Signed-off-by: kevindiu <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information
1 parent
589fe4e
commit f529cbd
Showing
38 changed files
with
1,240 additions
and
1,279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.