Skip to content

Commit c6bfcc8

Browse files
authored
Remove confusing "full grade" from output.
1 parent ad4c1d5 commit c6bfcc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gofer/ok.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class OKTestsResult:
163163
<strong>Grade: {{ grade }}</strong>
164164
{% endif %}
165165
{% if grade == 1.0 %}
166-
<p>All tests passed! Full grade.</p>
166+
<p>All tests passed!</p>
167167
{% else %}
168168
<p>{{ passed_tests|length }} of {{ tests|length }} tests passed</p>
169169
{% if passed_tests %}

0 commit comments

Comments
 (0)