Skip to content

Commit

Permalink
refactor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Jul 21, 2022
1 parent d85baaa commit 1b38b5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import kotlin.test.assertEquals
/**
* Simple example using GIVEN/WHEN/THEN extensions, the step() lambda and the all open annotation.
*/
class CalculatorExampleTest : SimpleScenarioTest<CalculatorStage>() {
internal class CalculatorExampleTest : SimpleScenarioTest<CalculatorStage>() {

@Test
internal fun `calculator adds two numbers`() {
fun `calculator adds two numbers`() {
GIVEN
.`the first number is $`(4)
.AND
Expand Down

0 comments on commit 1b38b5c

Please sign in to comment.