diff --git a/tests/models/models/torrent_returnrelation.hpp b/tests/models/models/torrent_returnrelation.hpp index a0c8e6212..45f6593cb 100644 --- a/tests/models/models/torrent_returnrelation.hpp +++ b/tests/models/models/torrent_returnrelation.hpp @@ -64,7 +64,7 @@ class Torrent_ReturnRelation final : // NOLINT(bugprone-exception-escape, misc-n // Custom 'Tagged' pivot model ✨ // Ownership of a unique_ptr() auto relation = belongsToMany( - "tag_torrent", "torrent_id", "tag_id", {}, {}, "tags"); + "tag_torrent", "torrent_id", "tag_id", {}, {}, "tagsCustom"); relation->as("tagged") .withPivot("active")