diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 15:56:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 15:56:05 +0100 |
commit | 4408dbdef53a35ca6402732a187fbcd9043505c7 (patch) | |
tree | 7a1734055e83246cb76a116430a8784fabc0a949 /test | |
parent | 28449ce459900bd88527ed424c4297b4cd936fe6 (diff) |
entity: rename field -> metadata
Diffstat (limited to 'test')
-rw-r--r-- | test/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entity.cpp b/test/entity.cpp index 8e80ba64..858c5a11 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "entity/field.hpp" +#include "entity/metadata.hpp" #include "entity/types.hpp" #include <tuple> |