Skip to content

Commit 4b8a948

Browse files
committed
prevent shortdeck module name collision in eval tests
1 parent 1d7bfed commit 4b8a948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cards/evaluator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl Evaluator {
161161
}
162162

163163
#[cfg(test)]
164+
#[cfg(not(feature = "shortdeck"))]
164165
mod tests {
165166
use super::*;
166167
use crate::cards::hand::Hand;

0 commit comments

Comments
 (0)