mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
improve test coverage
This commit is contained in:
parent
16b66ac10b
commit
f8dd9bb02a
4 changed files with 148 additions and 18 deletions
|
|
@ -2,10 +2,11 @@ package container
|
|||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
||||
|
||||
func TestSliceEqual_True(t *testing.T) {
|
||||
s1 := []string{"a", "b", "c"}
|
||||
s2 := []string{"a", "b", "c"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue