Move Form and Species to traits, implement a bunch of mocks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -100,7 +100,7 @@ impl ValueIdentifiable for LearnedMove {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::static_data::MockMoveData;
|
||||
use crate::static_data::tests::MockMoveData;
|
||||
|
||||
#[test]
|
||||
fn create_learned_move_restore_uses() {
|
||||
|
||||
Reference in New Issue
Block a user