From aeb72af1696486d89b580593a69bafb9d5272c44 Mon Sep 17 00:00:00 2001 From: statxc Date: Wed, 11 Mar 2026 02:29:24 +0000 Subject: [PATCH] fix: add missing bracket --- tests/rust_usage_test/tests/integration_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rust_usage_test/tests/integration_test.rs b/tests/rust_usage_test/tests/integration_test.rs index c0fdab8178..2a3043acf6 100644 --- a/tests/rust_usage_test/tests/integration_test.rs +++ b/tests/rust_usage_test/tests/integration_test.rs @@ -3447,4 +3447,5 @@ fn test_shared_strings_pool_deduplication() { assert_eq!(m.enemy().unwrap().name(), "goblin"); } +} // mod flatbuffers_tests }