From 8ce192f6512904ac821fcccd2c19a9eee1be2fbf Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 25 Oct 2024 11:20:23 -0400 Subject: [PATCH] Only assert one of each platform, as the number can change over time. --- test/integration/platforms_int_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/platforms_int_test.go b/test/integration/platforms_int_test.go index 3b21fb75b9..cf87bf57ad 100644 --- a/test/integration/platforms_int_test.go +++ b/test/integration/platforms_int_test.go @@ -24,11 +24,8 @@ func (suite *PlatformsIntegrationTestSuite) TestPlatforms_searchSimple() { cp := ts.Spawn("platforms", "search") expectations := []string{ "Darwin", - "Darwin", - "Linux", "Linux", "Windows", - "Windows", } for _, expectation := range expectations { cp.Expect(expectation)