Skip to content

Commit

Permalink
fix typo in polymorphism/test/include/test_polymorphism/mocking.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
daixtrose and coderabbitai[bot] authored Oct 23, 2024
1 parent 3caf553 commit 98d23c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymorphism/test/include/test_polymorphism/mocking.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef POYMORPHISM_MOCKING_HPP
#define POYMORPHISM_MOCKING_HPP
#ifndef POLYMORPHISM_MOCKING_HPP
#define POLYMORPHISM_MOCKING_HPP

#include <cstddef>
#include <list>
Expand Down

0 comments on commit 98d23c6

Please sign in to comment.