Skip to content

Commit

Permalink
chore: Fix SSC attributes functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jan 22, 2024
1 parent 3c7355f commit 3b38286
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SSCAttributeSpec extends FcliBaseSpec {
then:
verifyAll(result.stdout) {
size()>=2
it[0].replace(" ","").equals("IdCategoryGuidNameValuestring");
it[0].replace(" ","").equals("IdCategoryGuidNameValue");
}
}

Expand All @@ -36,7 +36,7 @@ class SSCAttributeSpec extends FcliBaseSpec {
then:
verifyAll(result.stdout) {
size()==3
it[0].replace(" ","").equals("IdCategoryGuidNameValuestring");
it[0].replace(" ","").equals("IdCategoryGuidNameValue");
}
}

Expand Down

0 comments on commit 3b38286

Please sign in to comment.