diff options
author | Teddy Wing | 2020-07-25 16:59:26 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-25 16:59:26 +0200 |
commit | c3d12c7edafa3b631a77432dd0fb6ce0d1ca21a0 (patch) | |
tree | 2bf9eded3c5d66d6804cdafc140f6099598029f9 /src/lib.rs | |
parent | d97f26047d8353ef3372bacde2a1e233c4f2a2d8 (diff) | |
download | git-suggestion-c3d12c7edafa3b631a77432dd0fb6ce0d1ca21a0.tar.bz2 |
suggestion_patch_generates_patch: Add missing new fields
Add the new fields from `Suggestion`.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -177,6 +177,9 @@ mod tests { ```suggestion "os" ```"#.to_owned(), + path: "".to_owned(), + original_start_line: 8, + original_end_line: 8, }; assert_eq!( |