Skip to content

Commit 3599e24

Browse files
committed
fix: Add permanenet delete test
1 parent 8723475 commit 3599e24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/internal/model_file_operations_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ func TestFileDelete(t *testing.T) {
222222
filePath: file1,
223223
permanentDelete: false,
224224
},
225+
{
226+
name: "Permanently delete",
227+
filePath: file2,
228+
permanentDelete: true,
229+
},
225230
}
226231

227232
for _, tt := range testdata {

0 commit comments

Comments
 (0)