Skip to content

Commit

Permalink
Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Oct 24, 2024
1 parent edd4a9c commit b4b3a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/git.bats
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ HEREDOC
printf "\${status}: '%s'\\n" "${status}"
printf "\${output}: '%s'\\n" "${output}"

[[ "${status}" -eq 0 ]]
[[ "${output}" == "Sample Name <[email protected]>" ]]
[[ "${status}" -eq 0 ]]
[[ "${output}" == "Sample Name <[email protected]>" ]]

run "${_NB}" show Example\ Notebook:1 --author

Expand Down

0 comments on commit b4b3a9d

Please sign in to comment.