blob: acf33a7f6e03f6492a2949f128395072f24b25a3 [file] [log] [blame]
#include "snapshot_fixture.hpp"
#include <gtest/gtest.h>
namespace redfish {
namespace {
// Ensure loading mechanism works correctly
TEST_F(SnapshotFixture, SanityCheck){}
TEST_F(SnapshotFixture_Platform22, SanityCheck){}
TEST_F(SnapshotFixture_Platform11_Config4, SanityCheck){}
} // namespace
} // namespace redfish