Skip to content

Commit

Permalink
Correct spacing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weespin committed Mar 22, 2021
1 parent 2aa08b4 commit 0e12cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public bool ParseAllVoices()
}
else
{
TestContext.Progress.WriteLine($"[{i+ 1}/{Voices.VoiceList.Count}]"+voicelist.Name + "HAS PASSED");
TestContext.Progress.WriteLine($"[{i+ 1}/{Voices.VoiceList.Count}]"+voicelist.Name + " HAS PASSED");
}

}
Expand Down

0 comments on commit 0e12cc2

Please sign in to comment.