Skip to content

Commit 5483732

Browse files
committed
test: update test after new feat
1 parent a94ca7d commit 5483732

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sr/finder/de.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,9 +2878,5 @@ mod tests {
28782878
};
28792879
let result = deserializer.deserialize(&mut serde_json::Deserializer::from_str(json));
28802880
assert!(result.is_ok(), "Expected error, got: {:?}", result);
2881-
2882-
let deserializer = CredFinderDeserializerReturn { cli: &cli };
2883-
let result = deserializer.deserialize(&mut serde_json::Deserializer::from_str(json));
2884-
assert!(result.is_err(), "Expected error, got: {:?}", result);
28852881
}
28862882
}

0 commit comments

Comments
 (0)