We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445d264 commit 103d823Copy full SHA for 103d823
shared/src/test/scala/specs/DepsSpec.scala
@@ -207,6 +207,13 @@ class DepsSpec extends WordSpec with Matchers {
207
right() should be(550.0)
208
leftValue should be(450.0)
209
}
210
+ "increment center from itself" in {
211
+ center := center() + 10.0
212
+ center() should be(510.0)
213
+ left() should be(460.0)
214
+ right() should be(560.0)
215
+ leftValue should be(460.0)
216
+ }
217
218
219
0 commit comments