Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 0aefe80

Browse files
author
Amir Blum
committed
style(plugin-aws-sdk): rename test according to format
1 parent 457d76c commit 0aefe80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/plugin-aws-sdk/src/aws-sdk.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class AwsPlugin extends BasePlugin<typeof AWS> {
7676

7777
span = thisPlugin._tracer.startSpan(thisPlugin._getSpanName(this), {
7878
attributes: {
79-
// [AspectoAttributeNames.PLUGIN_NAME]: awsModuleName,
8079
[AttributeNames.COMPONENT]: thisPlugin.moduleName,
8180
[AttributeNames.AWS_OPERATION]: this.operation,
8281
[AttributeNames.AWS_PARAMS]: JSON.stringify(this.params),

packages/plugin-aws-sdk/test/aws-sdk.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ContextManager } from "@opentelemetry/context-base";
1212
import { AsyncHooksContextManager } from "@opentelemetry/context-async-hooks";
1313
import { AttributeNames } from "../src/enums";
1414

15-
describe("aspecto-open-telemetry-aws", () => {
15+
describe("plugin-aws-sdk", () => {
1616
const logger = new NoopLogger();
1717
const provider = new NodeTracerProvider();
1818
const memoryExporter = new InMemorySpanExporter();

0 commit comments

Comments
 (0)