Skip to content

Commit

Permalink
Update get_hg_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
  • Loading branch information
claire-labry and nywilken committed Oct 25, 2022
1 parent 7f9f4aa commit 7f7e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_hg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestHgGetter_HgArgumentsNotAllowed(t *testing.T) {
}

if runtime.GOOS == "windows" {
t.Log("skipping for Windows OS for now")
t.Log("skipping on Windows OS for now")
t.Skip()
}
ctx := context.Background()
Expand Down

0 comments on commit 7f7e928

Please sign in to comment.