Skip to content

Commit

Permalink
Adding unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 19, 2023
1 parent 44cfe56 commit c3b4a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/agent/cmd/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build windows
// +build windows
//go:build !windows
// +build !windows

package cmd

Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/agent/cmd/install_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows
// +build !windows
//go:build windows
// +build windows

package cmd

Expand Down

0 comments on commit c3b4a1a

Please sign in to comment.