Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 10, 2024
1 parent 316ac5f commit dcf0ccd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crates/dojo-lang/src/inline_macros/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl InlineMacroExprPlugin for GetMacro {
// the user providing the wrong keys length, which causes an invalid offset
// in the model deserialization.
let deser_err_msg = format!(
"\"Model `{}` deserialization failed, ensure the length of the keys tuple is \
"\"Model `{}`: deserialization failed. Ensure the length of the keys tuple is \
matching the number of #[key] fields in the model struct.\"",
model.to_string()
);
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-lang/src/manifest_test_data/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ test_manifest_file
{
"name": "dojo_examples::actions::actions",
"address": null,
"class_hash": "0x251f5fcdba35e7d57d04373aee119670a916025787a7ac55c7232dac2d04dfb",
"class_hash": "0x352a6ab719469097c1f3f9db41552fc79a1bf09b83c8a0839052218461ecea9",
"abi": [
{
"type": "impl",
Expand Down
14 changes: 7 additions & 7 deletions crates/dojo-lang/src/semantics/test_data/get
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Block(
Value(
Literal(
ExprLiteral {
value: 136816024508118168988575128292127314193637532784975875649626974942605045280,
value: 136816024508118168988575128292127322950586093870590548369522287650670210926,
ty: core::felt252,
},
),
Expand Down Expand Up @@ -528,7 +528,7 @@ Block(
Value(
Literal(
ExprLiteral {
value: 180890712212871398189847748066420028526002389844237704260568681857853453416,
value: 57245710417489827494872497475953274453670361818009142277461875365354283124,
ty: core::felt252,
},
),
Expand Down Expand Up @@ -559,7 +559,7 @@ Block(
Value(
Literal(
ExprLiteral {
value: 178675304826510473428716804737747122663473114110803118912316752159823654517,
value: 184450045146430526813493865095770350343962517127059696327898282247556767854,
ty: core::felt252,
},
),
Expand Down Expand Up @@ -590,7 +590,7 @@ Block(
Value(
Literal(
ExprLiteral {
value: 193265436176387047239770239307035287112006294645997770226817772755198438767,
value: 207476049689134978464526160084214572942096890522908346890176432476061507693,
ty: core::felt252,
},
),
Expand Down Expand Up @@ -621,15 +621,15 @@ Block(
Value(
Literal(
ExprLiteral {
value: 121371535562933378748740654,
value: 34474207625732236007199437870,
ty: core::felt252,
},
),
),
Value(
Literal(
ExprLiteral {
value: 11,
value: 12,
ty: core::integer::u32,
},
),
Expand Down Expand Up @@ -657,7 +657,7 @@ Block(
),
Type(
TypeId(
328,
464,
),
),
],
Expand Down

0 comments on commit dcf0ccd

Please sign in to comment.