Skip to content

Commit

Permalink
typo, sorry CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 committed Dec 8, 2021
1 parent 19f3055 commit bf25489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsexpression.cpp
Expand Up @@ -135,7 +135,7 @@ class TestQgsExpression: public QObject
QgsFeature f1( mMemoryLayer->dataProvider()->fields(), 1 );
f1.setAttribute( QStringLiteral( "col1" ), 10 );
f1.setAttribute( QStringLiteral( "col2" ), "test1" );
f1.setAttribute( QStringLiteral( "datef" ), Date( 2021, 9, 23 ) );
f1.setAttribute( QStringLiteral( "datef" ), QDate( 2021, 9, 23 ) );
QgsFeature f2( mMemoryLayer->dataProvider()->fields(), 2 );
f2.setAttribute( QStringLiteral( "col1" ), 11 );
f2.setAttribute( QStringLiteral( "col2" ), "test2" );
Expand Down

0 comments on commit bf25489

Please sign in to comment.