Skip to content

Commit dc90349

Browse files
authored
PCSM-261: Follow-up fixing redundant test (#173)
1 parent 84ed657 commit dc90349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topo/topo_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ func TestCollStats_DecodeFromFloat64(t *testing.T) {
1616
t.Parallel()
1717

1818
input := bson.M{
19-
"count": 0.0,
20-
"size": 73179136.0,
21-
"avgObjSize": 0.0,
19+
"count": 0.1,
20+
"size": 73179136.2,
21+
"avgObjSize": 0.3,
2222
}
2323

2424
data, err := bson.Marshal(input)

0 commit comments

Comments
 (0)