Skip to content

Commit

Permalink
Fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Nov 24, 2023
1 parent c9530f7 commit 850a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handler/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (s *StatsTestSuite) TestNamespaceUsage() {
s.Require().Len(response, 2)

item0 := response[0]
s.Require().Equal(testNamespace.String(), item0.Name)
s.Require().Equal("010203040506070809000102030405060708090001020304050607", item0.Name)
s.Require().Equal(testNamespace.Size, item0.Size)

item1 := response[1]
Expand Down

0 comments on commit 850a916

Please sign in to comment.