Skip to content

Commit

Permalink
Merge pull request #3557 from ActiveState/mitchell/dx-3129
Browse files Browse the repository at this point in the history
Only assert one of each platform, as the number can change over time.
  • Loading branch information
mitchell-as authored Oct 25, 2024
2 parents 64c0d72 + 8ce192f commit 536cdae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/platforms_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 536cdae

Please sign in to comment.