Skip to content

Commit 899caa6

Browse files
committed
kk
1 parent 6179887 commit 899caa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/db/add_package.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,11 @@ mod test {
695695
use std::slice;
696696
use test_case::test_case;
697697

698+
#[test]
699+
fn test_dependency_serialization_for_database() {
700+
todo!();
701+
}
702+
698703
#[test]
699704
fn test_set_build_to_error() {
700705
async_wrapper(|env| async move {

0 commit comments

Comments
 (0)