Skip to content

Commit 5c8f5ff

Browse files
Update test/tests/p5.Gain.js
Co-authored-by: Jason Sigal <[email protected]>
1 parent 9ed68eb commit 5c8f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/p5.Gain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('p5.Gain', function () {
2828
});
2929
});
3030
describe('connect, disconnect', function () {
31-
it('can connect to empty node', function () {
31+
it('connects to p5.soundOut when no arguments are provided', function () {
3232
gain.connect();
3333
});
3434
it('can connect with or without input property', function () {

0 commit comments

Comments
 (0)