Skip to content

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano di Lauro committed Mar 18, 2015
1 parent f8df182 commit 919d4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/tradewind_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
// Prestyles have been correctly registered for #sphere, and animation have been normalized
expect(sphere.attr("style")).toEqual("transition: all 0s ease 0s; opacity: 0.5;");
// Animation properties have been normalized for #cube
expect(cube.attr("style")).toEqual("transition: all 0s ease 0s;");
expect(cube.attr("style")).toEqual("transition: width 2s ease 0s; width: 150px;");


/*
Expand Down

0 comments on commit 919d4d2

Please # to comment.