]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5457] typo?
authorFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:51:44 +0000 (21:51 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:51:44 +0000 (21:51 +0100)
src/lib/hooks/tests/parking_lots_unittest.cc

index c9b1aa5fb0466f53cac95bdac799de5a05737555..fe7a2039dbb7bcef7f3e89154377baab0cb56f5c 100644 (file)
@@ -33,7 +33,7 @@ TEST(ParkingLotsTest, createGetParkingLot) {
     ASSERT_NO_THROW(parking_lots.clear());
 
     ParkingLotPtr parking_lot3 = parking_lots.getParkingLotPtr(1);
-    ASSERT_TRUE(parking_lot0);
+    ASSERT_TRUE(parking_lot3);
 
     EXPECT_FALSE(parking_lot3 == parking_lot0);
 }