Skip to content

Commit

Permalink
EASING: cleaning code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzoritchak committed Mar 16, 2018
1 parent 0f18b18 commit acd94bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ease/d2v-ease-common/src/test/kotlin/EaseTestsCommon.kt
Expand Up @@ -369,7 +369,7 @@ class EaseTestsCommon : TestBase() {

@Test
@JsName("easeElasticInAmpPer")
fun `easeElasticIn amplitude(1.5) period(1)(t) returns the expected results`() {
fun `easeElasticIn amplitude(1,5) period(1)(t) returns the expected results`() {
ease.elasticIn.amplitude(1.5).period(1.0)(0.0) shouldBeClose 0.000977
ease.elasticIn.amplitude(1.5).period(1.0)(0.1) shouldBeClose 0.000297
ease.elasticIn.amplitude(1.5).period(1.0)(0.2) shouldBeClose -0.002946
Expand Down

0 comments on commit acd94bc

Please sign in to comment.