Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Fix Stats test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Aug 2, 2020
1 parent c0cac9a commit 4482ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ test("Stats", async t => {
numEntities: 10,
numQueries: 3,
queries: {
FooComponent: {
0: {
numComponents: 1,
numEntities: 10
},
BarComponent: {
1: {
numComponents: 1,
numEntities: 4
},
"BarComponent-FooComponent": {
"0-1": {
numComponents: 2,
numEntities: 4
}
Expand Down

0 comments on commit 4482ad3

Please sign in to comment.