This commit is contained in:
2026-08-12 02:02:39 +08:00
parent 2fff357dff
commit 9192b5953c
9 changed files with 758 additions and 763 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ TEST(RenderiveWebGallery, AdminiveResourcesPatchTheRealRenderableState) {
};
const auto& spectrum = find_resource(response, "spectrum");
EXPECT_EQ(spectrum.at("descriptor").at("name"), "Gallery_Spectrum");
EXPECT_EQ(spectrum.at("descriptor").at("name"), "spectrum");
EXPECT_TRUE(spectrum.at("data").at("frequency_range").is_object());
EXPECT_EQ(spectrum.at("data").at("frequency_point_size"), 512);