Skip to content

Commit

Permalink
Fix comments in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Mar 22, 2014
1 parent 3b68d7a commit 2869bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/stub_called_at_least_times-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "test-helper.sh"
# stub_called_at_least_times() tests.
#

# Setup
# Setup.
stub "uname"
uname
uname
Expand All @@ -24,7 +24,7 @@ assert_raises 'stub_called_at_least_times "uname" 5' 1
assert_raises 'stub_called_at_least_times "top" 0' 0
assert_raises 'stub_called_at_least_times "top" 1' 1

# Teardown
# Teardown.
restore "uname"


Expand Down

0 comments on commit 2869bf2

Please sign in to comment.