We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da525bd commit b119561Copy full SHA for b119561
1 file changed
sdk/common/src/test/java/io/opentelemetry/sdk/resources/internal/EntityUtilTest.java
@@ -202,7 +202,7 @@ void testSchemaUrlMerge_entities_same_url() {
202
203
@Test
204
void testSchemaUrlMerge_entities_different_url() {
205
- // When entities have conflciting schema urls, we cannot fill out resource schema url,
+ // When entities have conflicting schema urls, we cannot fill out resource schema url,
206
// no matter what.
207
String result =
208
EntityUtil.mergeResourceSchemaUrl(
0 commit comments