Skip to content

Commit

Permalink
update improved javascript color in test_language
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ogden committed Mar 7, 2014
1 parent 3a19ba4 commit 54c1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_language.rb
Expand Up @@ -322,7 +322,7 @@ def test_error_without_name
def test_color
assert_equal '#701516', Language['Ruby'].color
assert_equal '#3581ba', Language['Python'].color
assert_equal '#f15501', Language['JavaScript'].color
assert_equal '#f7df1e', Language['JavaScript'].color
assert_equal '#31859c', Language['TypeScript'].color
end

Expand Down

0 comments on commit 54c1d7c

Please sign in to comment.