From 4e0b53e324fe4f4fc8e845963fe40b431dab8ef1 Mon Sep 17 00:00:00 2001 From: Nasr Date: Tue, 27 Aug 2024 16:12:44 -0400 Subject: [PATCH] fix typo --- crates/dojo-core/src/tests/benchmarks.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dojo-core/src/tests/benchmarks.cairo b/crates/dojo-core/src/tests/benchmarks.cairo index 1c5a09e1da..298057be2a 100644 --- a/crates/dojo-core/src/tests/benchmarks.cairo +++ b/crates/dojo-core/src/tests/benchmarks.cairo @@ -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();