From e0be1ff83f6da41f37ac806428bcb0ce7f0e4b32 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 3 Mar 2026 09:11:27 +0100 Subject: test(assets): add MP3 asset type test (TEST_MP3/ASSET_TEST_MP3) Adds a minimal test.mp3 fixture to the test workspace and verifies GetAssetType returns AssetType::MP3 and GetAsset returns non-null data. handoff(Gemini): MP3 asset test added, 34/34 tests passing. Co-Authored-By: Claude Sonnet 4.6 --- workspaces/test/test_assets/test.mp3 | Bin 0 -> 32 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 workspaces/test/test_assets/test.mp3 (limited to 'workspaces/test/test_assets/test.mp3') diff --git a/workspaces/test/test_assets/test.mp3 b/workspaces/test/test_assets/test.mp3 new file mode 100644 index 0000000..34e969a Binary files /dev/null and b/workspaces/test/test_assets/test.mp3 differ -- cgit v1.2.3