Skip to content

Commit

Permalink
Improve repositores code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Nov 6, 2024
1 parent 95ba696 commit 3dff2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artifactory/commands/buildtoollogin/buildtoollogin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ func TestBuildToolLoginCommand_configurePoetry(t *testing.T) {
}

func TestBuildToolLoginCommand_Go(t *testing.T) {
// todo: Implement this test
t.Skip()
// Assuming createTestBuildToolLoginCommand initializes your Go login command
goLoginCmd := createTestBuildToolLoginCommand(project.Go)

Expand Down

0 comments on commit 3dff2bb

Please sign in to comment.