Skip to content

Commit 6b7df3e

Browse files
committed
add CBT bitmap implementation
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
1 parent 26b1257 commit 6b7df3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/uploader/cbt/set_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"errors"
2222
"testing"
2323

24-
"github.com/stretchr/testify/assert"
2524
"github.com/stretchr/testify/mock"
2625
"github.com/stretchr/testify/require"
2726

@@ -129,7 +128,7 @@ func TestSetBitmapOrFull(t *testing.T) {
129128

130129
if tt.expectedErrStr != "" {
131130
require.Error(t, err)
132-
assert.EqualError(t, err, tt.expectedErrStr)
131+
require.EqualError(t, err, tt.expectedErrStr)
133132
} else {
134133
require.NoError(t, err)
135134
}

0 commit comments

Comments
 (0)