mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 06:04:43 -04:00
Check returned error in Scratch-test
This commit is contained in:
parent
691c2ea970
commit
35b798247e
@ -66,6 +66,8 @@ func TestScratchAddSlice(t *testing.T) {
|
||||
|
||||
_, err = scratch.Add("intSlice", []int{4, 5})
|
||||
|
||||
assert.Nil(t, err)
|
||||
|
||||
sl = scratch.Get("intSlice")
|
||||
expected = []int{1, 2, 3, 4, 5}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user