Skip to content

Commit 52c0dfc

Browse files
committed
Fix test file path
1 parent 3fce918 commit 52c0dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/visual/cases/webgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ visualSuite('WebGL', function() {
516516
}
517517

518518
// Apply the filter shader (should swap red and green channels)
519-
const filterShader = await p5.loadFilterShader('/unit/assets/testFilter.js');
519+
const filterShader = await p5.loadFilterShader('/test/unit/assets/testFilter.js');
520520
p5.filter(filterShader);
521521
screenshot();
522522
});

0 commit comments

Comments
 (0)