Skip to content

Commit 11282cd

Browse files
Update internal/assert/assertbson/assertbson_test.go
Co-authored-by: Qingyang Hu <[email protected]>
1 parent 0785b0d commit 11282cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/assert/assertbson/assertbson_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestEqualDocument(t *testing.T) {
5555

5656
got := EqualDocument(new(testing.T), tc.expected, tc.actual)
5757
if got != tc.want {
58-
t.Errorf("EqualBSON(%#v, %#v) = %v, want %v", tc.expected, tc.actual, got, tc.want)
58+
t.Errorf("EqualDocument(%#v, %#v) = %v, want %v", tc.expected, tc.actual, got, tc.want)
5959
}
6060
})
6161
}

0 commit comments

Comments
 (0)