Skip to content

Commit

Permalink
Remove calls that are no longer made
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Dec 11, 2023
1 parent ea14b75 commit 2138ecd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ func TestContainerStats(t *testing.T) {
[]libdocker.CalledDetail{
libdocker.NewCalledDetail("list", nil),
libdocker.NewCalledDetail("get_container_stats", nil),
libdocker.NewCalledDetail("inspect_container_withsize", nil),
libdocker.NewCalledDetail("inspect_container", nil),
libdocker.NewCalledDetail("inspect_image", nil),
},
},
"container doesn't exists": {
Expand Down

0 comments on commit 2138ecd

Please sign in to comment.