Skip to content

Commit

Permalink
Fix Test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Oct 30, 2018
1 parent ae113f4 commit e7ef3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/roku_builder/plugins/test_analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def test_performance_aa_does_exist
def test_performance_aa_string_ref
warnings = test_file(text: "aa[\"test\"] = \"test\"")
assert_equal 1, warnings.count
assert_match(/String referance/, warnings[0][:message])
assert_match(/String reference/, warnings[0][:message])
end
def test_performance_for_loop
warnings = test_file(text: "FOR i=0 TO 10\n ? i\nEND FOR")
Expand Down

0 comments on commit e7ef3bc

Please sign in to comment.