Browse Source

Merge pull request #18683 from augustin-man/patch-1

Update Testing.md
pull/18684/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
bd27ef029c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Testing.md

2
docs/en/Testing.md

@ -122,7 +122,7 @@ namespace MyProject.Issues
throw new IssueStateException("You can not open a locked issue!");
}
IsClosed = true;
IsClosed = false;
CloseDate = null;
}
}

Loading…
Cancel
Save