From fb4a7e17df28e3172b46d9839bceae0215288b82 Mon Sep 17 00:00:00 2001 From: potty10 Date: Mon, 10 Apr 2023 23:22:17 +0800 Subject: [PATCH] Fix DG --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 0fba32fb0fc..86e2ba1e286 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -1446,7 +1446,7 @@ Assumptions: The sample data provided by InternBuddy is used, where there is a t 7. `delete-field s/Assessment s/Interview t/Android` - **Expected**: Only the internship with status `Assessment` and tag `Android` is deleted, because + **Expected**: Only the internship with status `Interview` and tag `Android` is deleted, because all the other internships do not have a matching field for both `Status` and `Tag`.