Skip to content

Commit 52234b7

Browse files
authored
[Car coint hunt] Use 3D physics (#776)
1 parent aa20ad3 commit 52234b7

File tree

3 files changed

+29552
-28300
lines changed

3 files changed

+29552
-28300
lines changed

__tests__/post-build/filters.json.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('filters.json post build checks', () => {
1717
// Check tags contain the extensions.
1818
expect(filters.defaultTags).toContain('Top-down movement');
1919
expect(filters.defaultTags).toContain('Draggable Behavior');
20-
expect(filters.defaultTags).toContain('Physics Engine 2.0');
20+
expect(filters.defaultTags).toContain('2D Physics Engine');
2121

2222
// Check tags don't contain extensions for which there are no examples.
2323
expect(filters.defaultTags).not.toContain('Physics Engine (deprecated)');

0 commit comments

Comments
 (0)