Skip to content

Commit 89bd044

Browse files
authored
Fix typo
1 parent 49451f4 commit 89bd044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/testutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ bool TestUtils::needsToAuthorizeAgain( MerginApi *api, const QString &username )
121121
QString TestUtils::generateEmail()
122122
{
123123
#if defined(Q_OS_MACOS)
124-
QString prefix = QStringLiteral( "ac" );
124+
QString prefix = QStringLiteral( "mac" );
125125
#elif defined(Q_OS_LINUX)
126126
QString prefix = QStringLiteral( "lin" );
127127
#else

0 commit comments

Comments
 (0)