Skip to content

Conversation

@app-token-plugins
Copy link
Contributor

New plugin versions found. Please review.

@pkwarren pkwarren changed the title Found new plugin versions Update rr-server-php, connectrpc/kotlin, connectrpc/swift, grpc/java plugins Oct 22, 2023
@pkwarren pkwarren merged commit 9fb893b into main Oct 22, 2023
@pkwarren pkwarren deleted the fetch-versions branch October 22, 2023 19:05
// Walk entire directory with a depth of 1
filenames, err := gatherSourceFilenames("testdata/success")
require.NoError(t, err)
assert.Equal(t, 2, len(filenames))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's peculiar, why asserting equal on len doesn't work?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@mfridman mfridman Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite get why cannot use assert.Equal to compare 2 values, but if it made CI pass so be it 🤷

ps. no issues with this PR, mainly trying to understand as I write this assertion often. Imo it reads a bit cleaner with len.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants