mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix various spelling errors in back-end code (#25241)
* Chore: Fix various spelling errors in back-end code Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>>
This commit is contained in:
@@ -77,7 +77,7 @@ func TestParsingAlertRuleSettings(t *testing.T) {
|
||||
shouldErr require.ErrorAssertionFunc
|
||||
}{
|
||||
{
|
||||
name: "can parse singel condition",
|
||||
name: "can parse single condition",
|
||||
file: "testdata/settings/one_condition.json",
|
||||
expected: []int64{3},
|
||||
shouldErr: require.NoError,
|
||||
|
||||
Reference in New Issue
Block a user