From bdecbce4b3f89c1807c3585c9e3537f5100d013d Mon Sep 17 00:00:00 2001 From: lnd3 Date: Sun, 6 Oct 2024 10:13:54 +0200 Subject: [PATCH] Fix test because of recent init changes. --- packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp b/packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp index 958b501..2f19978 100644 --- a/packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp +++ b/packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp @@ -36,7 +36,7 @@ TEST(NodeGraphBatching, Simple) { auto output = &group.GetOutput(0, 8); - TEST_FUZZY(0.012347f, output[7], 0.0001f, ""); + TEST_FUZZY(0.024892f, output[7], 0.0001f, ""); return 0; }