From 348c5a6370e2282c24da9375f87c16da2e1313ed Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Sun, 26 Nov 2023 02:04:24 -0800 Subject: [PATCH] fix bad test --- test/src/interop_and_serialization_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/interop_and_serialization_test.cpp b/test/src/interop_and_serialization_test.cpp index b82f01fc..4a1eaa17 100644 --- a/test/src/interop_and_serialization_test.cpp +++ b/test/src/interop_and_serialization_test.cpp @@ -18,7 +18,7 @@ TEST_F(PolyscopeTest, ManagedBufferAccess) { // make sure we can get its buffers polyscope::render::ManagedBuffer& bufferPos = psPoints->getManagedBuffer("points"); - polyscope::render::ManagedBuffer& bufferScalar = q2->getManagedBuffer("values"); + polyscope::render::ManagedBuffer& bufferScalar = q2->getManagedBuffer("values"); size_t dimX = 300;