Skip to content

Commit

Permalink
zero value and events tests fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DBlanchard88 authored and DBlanchard88 committed Oct 1, 2023
1 parent 76e242f commit d4a0bcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@
<goal>exec</goal>
</goals>
<configuration>
<!-- copy the feature spec we want to test into resources so them can be easily loaded -->
<!-- run: cp test-harness/features/evaluation.feature src/test/resources/features/ -->
<executable>cp</executable>
<arguments>
<argument>test-harness/gherkin/flagd.feature</argument>
<argument>src/test/resources/features/</argument>
<!-- copy the feature spec we want to test into resources so them can be easily loaded -->
<!-- run: cp test-harness/features/evaluation.feature src/test/resources/features/ -->
<executable>cp</executable>
<arguments>
<argument>test-harness/gherkin/flagd.feature</argument>
<argument>src/test/resources/features/</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit d4a0bcd

Please sign in to comment.