Skip to content

Commit 496cc32

Browse files
committed
undo unit test renaming
1 parent c8a8bb9 commit 496cc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubator/opentelemetry-sampler-aws-xray/test/remote-sampler.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const DATA_DIR_SAMPLING_TARGETS =
4444
__dirname + '/data/test-remote-sampler_sampling-targets-response-sample.json';
4545
const TEST_URL = 'http://localhost:2000';
4646

47-
describe('AwsXrayRemoteSampler', () => {
47+
describe('AWSXRayRemoteSampler', () => {
4848
let sampler: AWSXRayRemoteSampler;
4949

5050
afterEach(() => {
@@ -112,7 +112,7 @@ describe('AwsXrayRemoteSampler', () => {
112112
expect(sampler['internalXraySampler']['clientId']).toMatch(/[a-f0-9]{24}/);
113113
});
114114

115-
it('testUpdateSamplingRulesAndTargetsWithPollersAndShouldSampled', done => {
115+
it('testUpdateSamplingRulesAndTargetsWithPollersAndShouldSample', done => {
116116
nock(TEST_URL)
117117
.post('/GetSamplingRules')
118118
.reply(200, require(DATA_DIR_SAMPLING_RULES));

0 commit comments

Comments
 (0)