Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 4, 2025
1 parent d35bf8b commit 2f869b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/exec/yaml_func_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func TestProcessTagStore(t *testing.T) {
}

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

Check failure on line 39 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (ubuntu-latest, linux)

undefined: require

Check failure on line 39 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (windows-latest, windows)

undefined: require

Check failure on line 39 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (macos-latest, macos)

undefined: require
require.NoError(t, redisStore.Set("prod", "vpc", "cidr", "172.16.0.0/16"))

Check failure on line 40 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (ubuntu-latest, linux)

undefined: require

Check failure on line 40 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (windows-latest, windows)

undefined: require

Check failure on line 40 in internal/exec/yaml_func_store_test.go

View workflow job for this annotation

GitHub Actions / Acceptance Tests (macos-latest, macos)

undefined: require

tests := []struct {
name string
Expand Down

0 comments on commit 2f869b1

Please sign in to comment.