Skip to content

Commit

Permalink
correct spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Oct 22, 2014
1 parent e20e6b4 commit d4224a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascripts/lib/html-test.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test("Regular categoryBadge", function() {
var category = Discourse.Category.create({
name: 'hello',
id: 123,
description: 'cool description',
description_text: 'cool description',
color: 'ff0',
text_color: 'f00'
}),
Expand Down

0 comments on commit d4224a6

Please sign in to comment.