Skip to content

Commit c106785

Browse files
authored
Update README.md
1 parent 12adae9 commit c106785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The architecture of the project is segmented into two parts.
3030
### 1- Choose a problem from the issues labeled "Bug" or "Help Wanted"
3131
### 2- Clone the repository and build it
3232
### 3- Create a Unit Test using "CreatTest.ps1" Powershell Script or copy paste existing unit tests and follow naming conventions
33-
**>>>>> Unit Test Name should be in the format of "[TestNumber]_[DescribeProblem]"**
33+
* Use the format to name your unit tests: "[TestNumber]_[DescribeProblem]"**
3434
* Run the script in Powershell
3535
* This will create 3 files: the csharp test, the Json Input text file, and the Output C# or JAVA etc.. file
3636
![alt text](https://json2csharp.azureedge.net/images/github-repo-images/Test%20Files.png)

0 commit comments

Comments
 (0)