diff --git a/approvaltests/reporters/report_with_beyond_compare.py b/approvaltests/reporters/report_with_beyond_compare.py index 08e3d4d..eb342be 100644 --- a/approvaltests/reporters/report_with_beyond_compare.py +++ b/approvaltests/reporters/report_with_beyond_compare.py @@ -20,7 +20,7 @@ class ReportWithBeyondCompareMac(GenericDiffReporter): def __init__(self): super().__init__( config=GenericDiffReporterConfig( - name=self.__class__.__name__, path="/usr/bin/bcompare" + name=self.__class__.__name__, path='/Applications/Beyond Compare.app/Contents/MacOS/BCompare' ) )