diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_ratchet.cpp (renamed from tests/test_axolotl.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_axolotl.cpp b/tests/test_ratchet.cpp index f268f2a..95391e3 100644 --- a/tests/test_axolotl.cpp +++ b/tests/test_ratchet.cpp @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "axolotl/axolotl.hh" +#include "axolotl/ratchet.hh" #include "unittest.hh" |