Skip to content

Commit

Permalink
switch type of quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Nov 7, 2024
1 parent f652461 commit ce87a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testing/common/unittestingAdapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ suite('End to End Tests: unittest adapters', () => {
return Promise.resolve();
};

const testId = `test_seg_fault.TestSegmentationFault.test_segfault`;
const testId = 'test_seg_fault.TestSegmentationFault.test_segfault';
const testIds: string[] = [testId];

// set workspace to test workspace folder
Expand Down

0 comments on commit ce87a9e

Please sign in to comment.