Skip to content

Commit b318149

Browse files
committedSep 21, 2023
chore: fix codenarc violations #1717
1 parent 5d29116 commit b318149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/model/src/test/groovy/au/com/dius/pact/core/model/ProviderStateSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ProviderStateSpec extends Specification {
4343
state1.uniqueKey() != state4.uniqueKey()
4444
}
4545

46-
@Issue("#1717")
46+
@Issue('#1717')
4747
def 'uniqueKey should be deterministic'() {
4848
given:
4949
def state = new ProviderState('a user profile exists', [

0 commit comments

Comments
 (0)
Please sign in to comment.