Skip to content

Commit 690d18a

Browse files
committed
Fix tests
1 parent 74efe42 commit 690d18a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests.cairo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ fn test_myapp_actions() {
5252
// Deploy everything
5353
let (mut world, _core_actions, player_1, _player_2) = setup_core();
5454
//println!("Started test");
55-
55+
set_caller(player_1);
56+
5657
println!("1");
5758
// Deploy MyApp actions
5859
let myapp_actions = deploy_app(ref world);
5960

60-
set_caller(player_1);
6161

6262
let color = encode_rgba(1, 1, 1, 1);
6363
let position = Position { x: 1, y: 1 };

0 commit comments

Comments
 (0)