From: Lucas Werkmeister Date: Wed, 31 May 2017 21:29:32 +0000 (+0200) Subject: fix: misspelled test name X-Git-Url: https://code.wpia.club/?p=cassiopeia.git;a=commitdiff_plain;h=d387c2b5e1ac4a8810537e67a4f09c3e2c8a685d fix: misspelled test name Change-Id: Ie767e802779136071d8cd1c01dd35ba504a73992 --- diff --git a/test/src/CRL.cpp b/test/src/CRL.cpp index 69091ae..c25513e 100644 --- a/test/src/CRL.cpp +++ b/test/src/CRL.cpp @@ -9,7 +9,7 @@ extern std::unordered_map> CAs; BOOST_AUTO_TEST_SUITE( TestCRL ) -BOOST_AUTO_TEST_CASE( SeperateSignature ) { +BOOST_AUTO_TEST_CASE( SeparateSignature ) { parseProfiles(); std::shared_ptr ca = CAs.at( "unassured_2015_2" );