sixlowpan: fix copy-paste mistake

This commit is contained in:
Tommaso Pecorella
2017-01-23 01:07:48 +01:00
parent fca10346bb
commit a01b3793f0

View File

@@ -228,7 +228,7 @@ private:
};
SixlowpanIphcTestSuite::SixlowpanIphcTestSuite ()
: TestSuite ("sixlowpan-hc1", UNIT)
: TestSuite ("sixlowpan-iphc", UNIT)
{
AddTestCase (new SixlowpanIphcTestSuite (), TestCase::QUICK);
}