Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/spel-math-function' into fe…
Browse files Browse the repository at this point in the history
…at/spel-math-function

# Conflicts:
#	chutney/action-impl/src/main/java/com/chutneytesting/action/function/MathFunctions.java
#	chutney/action-impl/src/test/java/com/chutneytesting/action/function/MathFunctionsTest.java
  • Loading branch information
k-sauvee committed Dec 17, 2024
2 parents bb9bbb6 + 81cde5c commit 284cf2c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
package com.chutneytesting.action.function;

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.in;
import static org.junit.jupiter.api.Assertions.assertThrows;

import java.util.stream.Stream;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.CsvSource;
import org.junit.jupiter.params.provider.MethodSource;
import org.junit.jupiter.params.provider.ValueSource;

class MathFunctionsTest {

Expand Down

0 comments on commit 284cf2c

Please sign in to comment.