Fix test for parakeet info

This commit is contained in:
Kitaiti Makoto 2026-06-15 02:48:38 +09:00
parent 6c1071fc8b
commit b85067b382
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class TestParakeet < TestBase
end
def test_system_info_str
assert_match /\APARAKEET : MTL : EMBED_LIBRARY = \d \| CPU : NEON = \d \|/, Parakeet.system_info_str
assert_match /\APARAKEET : /, Parakeet.system_info_str
end
def test_version