Skip to content

Commit

Permalink
fixing Envelope test
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Apr 19, 2015
1 parent 0b3528c commit 006a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/Components.js
Expand Up @@ -439,7 +439,7 @@ function(coreTest, chai, CrossFade, Master, Signal, Recorder, Panner, LFO, Gate,
"release" : "4n"
};
env.set(values);
expect(env.get()).to.deep.equal(values);
expect(env.get()).to.contain.keys(Object.keys(values));
env.dispose();
});

Expand Down

0 comments on commit 006a3a1

Please sign in to comment.