Skip to content

Commit

Permalink
Only assert one of each platform, as the number can change over time.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 25, 2024
1 parent 8158813 commit 8ce192f
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 8ce192f

Please sign in to comment.