Skip to content

Commit a595d1f

Browse files
committed
Merge pull request #496 from gbeatty/ViewportQuad
fixed broken `ViewportQuad` test
2 parents 529b6b5 + 28e624d commit a595d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Specs/Scene/ViewportQuadSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defineSuite([
6767

6868
expect(function() {
6969
render(context, frameState, viewportQuad);
70-
}).not.toThrow();
70+
}).toThrow();
7171
});
7272

7373
it('throws when rendered with without a material', function() {

0 commit comments

Comments
 (0)