Skip to content

Commit

Permalink
Fix spell error
Browse files Browse the repository at this point in the history
Signed-off-by: owentou <owentou@tencent.com>
  • Loading branch information
owent committed Nov 23, 2021
1 parent fc20f13 commit 934ee0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exporters/otlp/test/otlp_log_recordable_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ TEST(OtlpLogRecordable, DefaultResource)
}

// Test non-int single types. Int single types are tested using templates (see IntAttributeTest)
TEST(OtlpLogRecordable, SetSingleAtrribute)
TEST(OtlpLogRecordable, SetSingleAttribute)
{
OtlpLogRecordable rec;
nostd::string_view bool_key = "bool_attr";
Expand All @@ -160,7 +160,7 @@ TEST(OtlpLogRecordable, SetSingleAtrribute)
}

// Test non-int array types. Int array types are tested using templates (see IntAttributeTest)
TEST(OtlpLogRecordable, SetArrayAtrribute)
TEST(OtlpLogRecordable, SetArrayAttribute)
{
OtlpLogRecordable rec;
const int kArraySize = 3;
Expand Down
4 changes: 2 additions & 2 deletions exporters/otlp/test/otlp_recordable_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ TEST(OtlpRecordable, SetResourceWithSchemaURL)
}

// Test non-int single types. Int single types are tested using templates (see IntAttributeTest)
TEST(OtlpRecordable, SetSingleAtrribute)
TEST(OtlpRecordable, SetSingleAttribute)
{
OtlpRecordable rec;
nostd::string_view bool_key = "bool_attr";
Expand All @@ -248,7 +248,7 @@ TEST(OtlpRecordable, SetSingleAtrribute)
}

// Test non-int array types. Int array types are tested using templates (see IntAttributeTest)
TEST(OtlpRecordable, SetArrayAtrribute)
TEST(OtlpRecordable, SetArrayAttribute)
{
OtlpRecordable rec;
const int kArraySize = 3;
Expand Down

0 comments on commit 934ee0d

Please sign in to comment.