diff --git a/.a0proj/memory/index.faiss b/.a0proj/memory/index.faiss index c34a446..275ed65 100644 Binary files a/.a0proj/memory/index.faiss and b/.a0proj/memory/index.faiss differ diff --git a/.a0proj/memory/index.faiss.sha256 b/.a0proj/memory/index.faiss.sha256 index 5b1d716..feed5b5 100644 --- a/.a0proj/memory/index.faiss.sha256 +++ b/.a0proj/memory/index.faiss.sha256 @@ -1 +1 @@ -79624d8726f0d5ea6c244d5c5ca540c302840c4d5285a5fb9806636b6caca299 \ No newline at end of file +9534f44d1be42ef69ace79bccd6dfc545c4d15d4e42a681211ab1336b108223d \ No newline at end of file diff --git a/.a0proj/memory/index.pkl b/.a0proj/memory/index.pkl index aba99e1..9e0db6f 100644 Binary files a/.a0proj/memory/index.pkl and b/.a0proj/memory/index.pkl differ diff --git a/src/packages/mod.rs b/src/packages/mod.rs index 00b65d4..ee6e729 100644 --- a/src/packages/mod.rs +++ b/src/packages/mod.rs @@ -502,7 +502,6 @@ mod tests { // Test passes if backend creation doesn't panic } - #[test] fn test_package_status_serialization() { let status = PackageStatus::Installed;