Skip to content

Commit

Permalink
removing . from fun test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzoritchak committed Mar 16, 2018
1 parent 32cd69f commit de269b9
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
Original file line number Diff line number Diff line change
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 de269b9

Please sign in to comment.