Skip to content

Commit 53eb6c3

Browse files
Remove comment from assertion in p5.Shader.js
1 parent a8871c3 commit 53eb6c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/webgl/p5.Shader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ suite('p5.Shader', function() {
19501950

19511951
assert.isAbove(mockUserError.mock.calls.length, 0, 'FES.userError should have been called');
19521952
const errMsg = mockUserError.mock.calls[0][1];
1953-
assert.notInclude(errMsg, 'a undefined'); // #8444
1953+
assert.notInclude(errMsg, 'a undefined'); //
19541954
assert.include(errMsg, 'float4');
19551955
assert.include(errMsg, 'getWorldInputs');
19561956
assert.include(errMsg, 'Vertex');

0 commit comments

Comments
 (0)