Skip to content

Commit

Permalink
fix: ensure DevApi is also present in test sequencer (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Feb 17, 2024
1 parent ca3b018 commit 9ea17b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-test-utils/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl TestSequencer {
port: 0,
host: "127.0.0.1".into(),
max_connections: 100,
apis: vec![ApiKind::Starknet, ApiKind::Katana],
apis: vec![ApiKind::Starknet, ApiKind::Katana, ApiKind::Dev],
},
)
.await
Expand Down

0 comments on commit 9ea17b4

Please sign in to comment.