Skip to content

Commit 240d14b

Browse files
Update internal/exec/yaml_func_store_test.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c018151 commit 240d14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/exec/yaml_func_store_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ func TestProcessTagStore(t *testing.T) {
3636
}
3737

3838
// Populate the store with some data
39-
redisStore.Set("dev", "vpc", "cidr", "10.0.0.0/16")
40-
redisStore.Set("prod", "vpc", "cidr", "172.16.0.0/16")
39+
require.NoError(t, redisStore.Set("dev", "vpc", "cidr", "10.0.0.0/16"))
40+
require.NoError(t, redisStore.Set("prod", "vpc", "cidr", "172.16.0.0/16"))
4141

4242
tests := []struct {
4343
name string

0 commit comments

Comments
 (0)