Skip to content

Commit 7f61849

Browse files
committed
Implemented_Elo Function Algorithm and wrote unit test for it
1 parent 1e226e0 commit 7f61849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_world.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ mod tests {
163163
// New test: Verify rating update after a win
164164
#[test]
165165
fn test_rating_update_after_win() {
166-
let caller_1 = contract_address_const::<''aji''>();
166+
let caller_1 = contract_address_const::<'aji'>();
167167
let player_1 = contract_address_const::<'player'>();
168168

169169
let ndef = namespace_def();

0 commit comments

Comments
 (0)