Skip to content

Commit

Permalink
Merge pull request #52 from sinproject-iwasaki/51-fine-tune-the-sourc…
Browse files Browse the repository at this point in the history
…e-codes

Fine-tune the source codes #51
  • Loading branch information
sinproject-iwasaki authored Mar 7, 2024
2 parents db11407 + a1453a5 commit d9efefd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/block_pattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ mod tests {
#[case] expected_positions: Vec<(i32, i32)>,
) {
assert_eq!(pattern.color, expected_color);
assert_eq!(pattern.positions, expected_positions)
assert_eq!(pattern.positions, expected_positions);
}

#[test]
Expand Down
2 changes: 0 additions & 2 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate my_bevy_game;

use bevy::prelude::*;
use my_bevy_game::*;

Expand Down

0 comments on commit d9efefd

Please sign in to comment.