Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
nyalldawson committed Jul 7, 2018
1 parent 6016530 commit 5ce8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsspatialindexkdbush.cpp
Expand Up @@ -158,7 +158,7 @@ class TestQgsSpatialIndexKdBush : public QObject
QCOMPARE( fids[0], 1 );

indexCopy.reset();
QCOMPARE( index3.d->ref, 1 );
QVERIFY( index3.d->ref == 1 );
}

};
Expand Down

0 comments on commit 5ce8240

Please sign in to comment.