Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup a few typos #5855

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Cleanup a few typos #5855

merged 2 commits into from
Sep 26, 2023

Conversation

jack-berg
Copy link
Member

No description provided.

@jack-berg jack-berg requested a review from a team as a code owner September 26, 2023 19:56
@@ -120,7 +119,7 @@ void diffInPlace() {
/* Assert that latest measurement is kept and set on {@code previous} */
assertThat(previous.getStartEpochNanos()).isEqualTo(0);
assertThat(previous.getEpochNanos()).isEqualTo(1);
OpenTelemetryAssertions.assertThat(previous.getAttributes()).isEqualTo(Attributes.empty());
Assertions.assertThat(previous.getAttributes()).isEqualTo(Attributes.empty());
Copy link
Member

Choose a reason for hiding this comment

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

static import?

Assertions.assertThat(toPointData.getExemplars()).isEqualTo(pointData.getExemplars());
assertThat(toPointData.getStartEpochNanos()).isEqualTo(pointData.getStartEpochNanos());
assertThat(toPointData.getEpochNanos()).isEqualTo(pointData.getEpochNanos());
Assertions.assertThat(toPointData.getAttributes()).isEqualTo(pointData.getAttributes());
Copy link
Member

Choose a reason for hiding this comment

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

static import?

Copy link
Member Author

Choose a reason for hiding this comment

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

That's what I meant to do. 🤦

@jack-berg jack-berg merged commit 6c8f543 into open-telemetry:main Sep 26, 2023
18 checks passed
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.

None yet

2 participants