Skip to content

Commit

Permalink
fix: mm tests (#570)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
MasterPtato committed Apr 18, 2024
1 parent 1607c40 commit c99a410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svc/pkg/mm/worker/tests/lobby_closed_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use chirp_worker::prelude::*;
use proto::backend::pkg::*;

#[worker_test]
async fn empty(ctx: TestCtx) {
async fn lobby_closed_set(ctx: TestCtx) {
if !util::feature::job_run() {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion svc/pkg/mm/worker/tests/lobby_stop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use chirp_worker::prelude::*;
use proto::backend::{self, pkg::*};

#[worker_test]
async fn empty(ctx: TestCtx) {
async fn lobby_stop(ctx: TestCtx) {
if !util::feature::job_run() {
return;
}
Expand Down

0 comments on commit c99a410

Please sign in to comment.