diff --git a/tests/models/models/torrent_returnrelation.hpp b/tests/models/models/torrent_returnrelation.hpp index 45f6593cb..f9251fa2d 100644 --- a/tests/models/models/torrent_returnrelation.hpp +++ b/tests/models/models/torrent_returnrelation.hpp @@ -10,7 +10,6 @@ namespace Models using Orm::Constants::AddedOn; using Orm::Tiny::Model; -using Orm::Tiny::Relations::Pivot; class Tag_BasicPivot_NoRelations; class Tag_CustomPivot_NoRelations; @@ -22,7 +21,7 @@ class User_NoRelations; class Torrent_ReturnRelation final : // NOLINT(bugprone-exception-escape, misc-no-recursion) public Model + Tag_CustomPivot_NoRelations, User_NoRelations> { friend Model; using Model::Model;