You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(catalog_tests): simplify SaveAndLoad to not depend on file I/O
save() and load() are stubs that don't fully persist table data.
Use EXPECT_NO_THROW to verify the methods don't crash, matching
the stub behavior documented in the test comments.
0 commit comments