Skip to content

Commit a9ee7c2

Browse files
authored
Update tests/lib_test.rs
1 parent c8efe31 commit a9ee7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ use couchbase_lite::*;
66

77
#[test]
88
fn couchbase_lite_c_version_test() {
9-
assert_eq!(couchbase_lite_c_version(), "3.1.7".to_string());
9+
assert_eq!(couchbase_lite_c_version(), "3.0.17".to_string());
1010
}

0 commit comments

Comments
 (0)