From 53942121681df51bc750c6afc1a5b0ca11b00a15 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Fri, 20 Oct 2023 11:54:33 +0200 Subject: [PATCH] tests: update test names to match when-then schema --- .../java/com/parsely/parselyandroid/EventsBuilderTest.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parsely/src/test/java/com/parsely/parselyandroid/EventsBuilderTest.kt b/parsely/src/test/java/com/parsely/parselyandroid/EventsBuilderTest.kt index 54831982..5630a8d5 100644 --- a/parsely/src/test/java/com/parsely/parselyandroid/EventsBuilderTest.kt +++ b/parsely/src/test/java/com/parsely/parselyandroid/EventsBuilderTest.kt @@ -24,7 +24,7 @@ class EventsBuilderTest { } @Test - fun `events builder prepares correct pageview pixel`() { + fun `when building pageview event, then build the correct one`() { // when val event: Map = sut.buildEvent( TEST_URL, @@ -43,7 +43,7 @@ class EventsBuilderTest { } @Test - fun `events builder prepares correct heartbeat pixel`() { + fun `when building heartbeat event, then build the correct one`() { // when val event: Map = sut.buildEvent( TEST_URL, @@ -62,7 +62,7 @@ class EventsBuilderTest { } @Test - fun `events builder prepares correct videostart pixel`() { + fun `when building videostart event, then build the correct one`() { // when val event: Map = sut.buildEvent( TEST_URL, @@ -81,7 +81,7 @@ class EventsBuilderTest { } @Test - fun `events builder prepares correct vheartbeat pixel`() { + fun `when building vheartbeat event, then build the correct one`() { // when val event: Map = sut.buildEvent( TEST_URL,