Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi321 committed May 30, 2024
1 parent 7cb617a commit 6d4f1f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions breakwater/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async fn test_correct_responses_to_general_commands(
fb,
statistics_channel.0,
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand Down Expand Up @@ -125,6 +126,7 @@ async fn test_setting_pixel(
fb,
statistics_channel.0,
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand Down Expand Up @@ -152,6 +154,7 @@ async fn test_safe(
fb.clone(),
statistics_channel.0,
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand Down Expand Up @@ -225,6 +228,7 @@ async fn test_drawing_rect(
Arc::clone(&fb),
statistics_channel.0.clone(),
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand All @@ -238,6 +242,7 @@ async fn test_drawing_rect(
Arc::clone(&fb),
statistics_channel.0.clone(),
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand All @@ -251,6 +256,7 @@ async fn test_drawing_rect(
Arc::clone(&fb),
statistics_channel.0.clone(),
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand All @@ -264,6 +270,7 @@ async fn test_drawing_rect(
Arc::clone(&fb),
statistics_channel.0.clone(),
DEFAULT_NETWORK_BUFFER_SIZE,
None,
)
.await
.unwrap();
Expand Down

0 comments on commit 6d4f1f2

Please sign in to comment.