Skip to content

Commit

Permalink
Merge pull request #90 from winebarrel/update_CHANGELOG.md
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
winebarrel authored Nov 27, 2023
2 parents 207a48f + 14e9142 commit 8082f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

* N/A

## [1.0.2] - 2023-11-27

### Changed

- refactor: Change agent loop flow.
Expand Down
2 changes: 1 addition & 1 deletion progress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ func Test_Progress(t *testing.T) {
buf := make([]byte, 1024)
_, err = pty.Read(buf)
require.NoError(err)
assert.Equal("\r00:01 | 0 agents / exec 0 queries, 0 errors (0 qps)\r\r", strings.Trim(string(buf), "\x00"))
assert.Equal("00:01 | 0 agents / exec 0 queries, 0 errors (0 qps)", strings.Trim(string(buf), "\r\x00"))
}

0 comments on commit 8082f17

Please sign in to comment.