Skip to content

Commit

Permalink
fix indentation on test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocazzolato committed Sep 27, 2024
1 parent c0ccc68 commit b14c80d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/smoke/find-info/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ details: |
display detailed information about it by using the "snap info" command.
execute: |
test -f .skip && exit 0
test -f .skip && exit 0
echo "Ensure 'snap find' works"
snap find test-snapd-tools | MATCH ^test-snapd-tools
echo "Ensure we can see useful info for it"
snap info test-snapd-tools | MATCH '^name:\ +test-snapd-tools'

0 comments on commit b14c80d

Please sign in to comment.