diff --git a/tmux_test.go b/tmux_test.go index c909956..e634451 100644 --- a/tmux_test.go +++ b/tmux_test.go @@ -103,7 +103,7 @@ func TestTmuxExec(t *testing.T) { assert.Equal(t, tt.out, out) } - runner.AssertExpectations(t) + assert.True(t, runner.AssertExpectations(t)) } } @@ -219,6 +219,6 @@ status-left This Is Left assert.Equal(t, tt.error, err) } - runner.AssertExpectations(t) + assert.True(t, runner.AssertExpectations(t)) } }