Skip to content

Commit

Permalink
chore: fix codenarc violations #1717
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 22, 2024
1 parent 666a47b commit c4d291d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ProviderStateSpec extends Specification {
state1.uniqueKey() != state4.uniqueKey()
}

@Issue("#1717")
@Issue('#1717')
def 'uniqueKey should be deterministic'() {
given:
def state = new ProviderState('a user profile exists', [
Expand Down

0 comments on commit c4d291d

Please sign in to comment.