Skip to content

Commit

Permalink
renamed value for test so that they dont conflict with create_test_ok (
Browse files Browse the repository at this point in the history
  • Loading branch information
eboody committed Jun 5, 2024
1 parent 38a7921 commit e5b2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/lib-core/src/model/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mod tests {
// -- Setup & Fixtures
let mm = _dev_utils::init_test().await;
let ctx = Ctx::root_ctx();
let fx_name = "test_create_ok agent 01";
let fx_name = "test_create_many_ok agent 01";

// -- Exec
let fx_agent_c = AgentForCreate {
Expand Down

0 comments on commit e5b2367

Please sign in to comment.