Skip to content

Commit be64efd

Browse files
committed
Fix test
1 parent f2f3e72 commit be64efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ mod tests {
19991999
#[derive(Deserialize)]
20002000
struct TestMultivalueBinary {
20012001
pub uuids: Uuid,
2002-
pub _key1: String,
2002+
pub key1: String,
20032003
}
20042004

20052005
let (bytes, correct_string_representation) = get_binary_uuid();

0 commit comments

Comments
 (0)