Skip to content

Commit

Permalink
. t command changed test verify method for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 18, 2024
1 parent 95cb40b commit 2ff6ed1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/groups/minor_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ void minorTests({
// if (Platform.isLinux) {
test('Verify string with DiffReporter. Must throw IDEComparatorException.', () async {
const reporter = DiffReporter(
customDiffInfo: LinuxDiffTools.visualStudioCode,
customDiffInfo: DiffInfo(
command: '/usr/bin/code',
arg: '-d',
name: 'code',
),
);

// Setup: paths to non-existent files
Expand Down

0 comments on commit 2ff6ed1

Please sign in to comment.