BoxTests: fix test suite name

This commit is contained in:
Arne Morten Kvarving 2021-04-26 11:56:15 +02:00
parent b968cd7d95
commit bc3863912f

View File

@ -21,7 +21,7 @@
#include <iostream>
#include <memory>
#define BOOST_TEST_MODULE BoxManagereTests
#define BOOST_TEST_MODULE BoxManagerTests
#include <boost/test/unit_test.hpp>