Skip to content

Commit

Permalink
fix legend transform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoflow committed Jan 28, 2013
1 parent 8e37b5b commit ac47768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/transforms.js → tests/legend.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe("transforms", function() {
describe("legend transform", function() {
var transforms;

requireDependencies(["patterns/transforms"], function(cls) {
requireDependencies(["patterns/legend"], function(cls) {
transforms = cls;
});

Expand Down

0 comments on commit ac47768

Please sign in to comment.