Skip to content

Commit

Permalink
fix: code narc violations #1318
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 6, 2021
1 parent 48acb7a commit fa49f23
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import kotlin.Triple
import spock.lang.Issue
import spock.lang.Specification

class ArrayContainsSpec extends Specification{
@SuppressWarnings('LineLength')
class ArrayContainsSpec extends Specification {
@Issue('#1318')
def 'array contains with simple values'() {
given:
Expand Down Expand Up @@ -50,7 +51,7 @@ class ArrayContainsSpec extends Specification{
builder {
array arrayContaining([
date('yyyy-MM-dd'),
equalTo("Test"),
equalTo('Test'),
uuid()
])
}
Expand Down

0 comments on commit fa49f23

Please sign in to comment.