Skip to content

Commit 9f1ccf8

Browse files
committed
.
1 parent 78e4a3f commit 9f1ccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/os/detector/detector_platform_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ func TestNobaraDetector(t *testing.T) {
10311031
assert.Equal(t, []string{"redhat", "linux", "unix", "os"}, di.Family)
10321032
}
10331033

1034-
func TestHCEDetector(t *testing.T) {
1034+
func TestEulerOSDetector(t *testing.T) {
10351035
di, err := detectPlatformFromMock("./testdata/detect-euleros-2.toml")
10361036
assert.Nil(t, err, "was able to create the provider")
10371037

0 commit comments

Comments
 (0)