From 2ff6ed18f9f4e6e9ca8c36e97d39a6710a8090b9 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Sat, 18 May 2024 23:34:29 +0500 Subject: [PATCH] . t command changed test verify method for linux --- test/groups/minor_tests.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/groups/minor_tests.dart b/test/groups/minor_tests.dart index 8e74ee7..672ec58 100644 --- a/test/groups/minor_tests.dart +++ b/test/groups/minor_tests.dart @@ -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