diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/animations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/animations.rs b/src/tests/animations.rs index 508fd6d0..4871f2c0 100644 --- a/src/tests/animations.rs +++ b/src/tests/animations.rs @@ -74,7 +74,7 @@ fn set_up() -> Fixture { }); let mut config = Config::default(); - config.layout.gaps = FloatOrInt(0.0); + config.layout.gaps = Some(FloatOrInt(0.0)); config.animations.window_resize.anim.kind = LINEAR; config.animations.window_movement.0.kind = LINEAR; |
