Skip to content

Commit

Permalink
EDU-5306 "No tests have run" due to missing bundle property
Browse files Browse the repository at this point in the history
  • Loading branch information
evgraph committed Sep 26, 2022
1 parent 61300cb commit 0983a6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ check.error.solution.not.runnable=Solution isn't runnable
check.error.syntax.error=Syntax Error
check.incorrect=Incorrect
check.login.error=Please log in to {0} to check the task
check.no.tests=No tests have run
check.result.corrupted.task=Corrupted task (no id): please, click "Solve in IDE" on <a href="{0}">JetBrains Academy</a> one more time
# {0} stands for task type. Ex: Check for edu task isn''t available
check.result.for.task.not.available=Check for {0} task isn''t available
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
check.correct.solution=Congratulations!
check.error.login.needed=Please, log in to check the task
check.incorrect.solution=Incorrect solution
check.no.tests=No tests have run
# Ex. No tests have run. For more information, see <a href="https://plugins.jetbrains.com">the Troubleshooting guide</a>
check.no.tests.with.help.guide=No tests have run. For more information, see <a href="{0}">the Troubleshooting guide</a>

Expand Down

0 comments on commit 0983a6b

Please sign in to comment.