Skip to content

Commit a06bb44

Browse files
committed
Address PR Feedback
1 parent 0b7f627 commit a06bb44

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

test/callbacks/callbackWithAttributes3.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
value = 30;
88
result = opentelemetry.metrics.ObservableResult;
9-
result = result.observe(value, dictionary({"Level1"}, {"D"},{"Level2"},{"E"}));
9+
result = result.observe(value, dictionary("Level1", "D","Level2","E"));

test/tformat.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ function setupOnce(testCase)
2727

2828
methods (TestMethodSetup)
2929
function setup(testCase)
30-
config = fullfile(fileparts(mfilename("fullpath")), "config", "otelcol_config.yml");
31-
commonSetup(testCase, config);
30+
commonSetup(testCase);
3231
end
3332
end
3433

test/thttpheaders.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ function setupOnce(testCase)
2727

2828
methods (TestMethodSetup)
2929
function setup(testCase)
30-
config = fullfile(fileparts(mfilename("fullpath")), "config", "otelcol_config.yml");
31-
commonSetup(testCase, config);
30+
commonSetup(testCase);
3231
end
3332
end
3433

test/tjsonbytesmapping.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ function setupOnce(testCase)
2727

2828
methods (TestMethodSetup)
2929
function setup(testCase)
30-
config = fullfile(fileparts(mfilename("fullpath")), "config", "otelcol_config.yml");
31-
commonSetup(testCase, config);
30+
commonSetup(testCase);
3231
end
3332
end
3433

test/ttimeout.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ function setupOnce(testCase)
2727

2828
methods (TestMethodSetup)
2929
function setup(testCase)
30-
config = fullfile(fileparts(mfilename("fullpath")), "config", "otelcol_config.yml");
31-
commonSetup(testCase, config);
30+
commonSetup(testCase);
3231
end
3332
end
3433

test/tusejsonname.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ function setupOnce(testCase)
2727

2828
methods (TestMethodSetup)
2929
function setup(testCase)
30-
config = fullfile(fileparts(mfilename("fullpath")), "config", "otelcol_config.yml");
31-
commonSetup(testCase, config);
30+
commonSetup(testCase);
3231
end
3332
end
3433

0 commit comments

Comments
 (0)