Skip to content

Commit

Permalink
Remove check that is not part of this feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 23, 2024
1 parent 1e1797e commit 4b7a401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittests/interface_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ TEST_CASE("InterfaceTypes basic functionality", "[interface-types][basics]") {

TEST_CASE("InterfaceTypes static checks", "[interface-types][static-checks]") {
STATIC_REQUIRE(podio::detail::isInterfaceType<TypeWithEnergy>);
STATIC_REQUIRE(TypeWithEnergy::typeName == std::string_view("TypeWithEnergy"));
}

TEST_CASE("InterfaceTypes STL usage", "[interface-types][basics]") {
Expand Down

0 comments on commit 4b7a401

Please sign in to comment.