mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Check returned error in Scratch-test
This commit is contained in:
parent
691c2ea970
commit
35b798247e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue