Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 27, 2024
1 parent 06f4721 commit 4e0b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-core/src/tests/benchmarks.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ fn test_benchmark_set_entity() {
gas.end("World::SetEntity::ComplexModel");

let gas = GasCounterTrait::start();
simple_entity_packed.set1(world);
simple_entity_packed.set(world);
gas.end("Model::Set::SimplePacked");

let gas = GasCounterTrait::start();
Expand Down

0 comments on commit 4e0b53e

Please sign in to comment.