Skip to content

Commit ce87a9e

Browse files
committed
switch type of quotations
1 parent f652461 commit ce87a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testing/common/unittestingAdapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ suite('End to End Tests: unittest adapters', () => {
209209
return Promise.resolve();
210210
};
211211

212-
const testId = `test_seg_fault.TestSegmentationFault.test_segfault`;
212+
const testId = 'test_seg_fault.TestSegmentationFault.test_segfault';
213213
const testIds: string[] = [testId];
214214

215215
// set workspace to test workspace folder

0 commit comments

Comments
 (0)