Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 8312f0e

Browse files
authored
Contrib/Resource: Fix a typo in test. (#1904)
1 parent 3e60ce5 commit 8312f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/resource_util/src/test/java/io/opencensus/contrib/resource/util/ContainerResourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@RunWith(JUnit4.class)
2828
public class ContainerResourceTest {
2929
private static final String NAME = "container";
30-
private static final String IMAGE_NAME = "iamge_name";
30+
private static final String IMAGE_NAME = "image_name";
3131
private static final String IMAGE_TAG = "image_tag";
3232

3333
@Test

0 commit comments

Comments
 (0)