We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49ab95 commit 618505cCopy full SHA for 618505c
libsql/src/sync/test.rs
@@ -129,7 +129,7 @@ async fn test_sync_context_corrupted_metadata() {
129
130
// Verify that the context was reset to default values
131
assert_eq!(sync_ctx.durable_frame_num(), 0);
132
- assert_eq!(sync_ctx.durable_generation(), 1);
+ assert_eq!(sync_ctx.durable_generation(), 0);
133
}
134
135
#[tokio::test]
0 commit comments