Skip to content

Commit 6fce595

Browse files
committed
chore(integration_test.go): update variables-tinygo example name
Signed-off-by: Vaughn Dice <[email protected]>
1 parent f87fe4f commit 6fce595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ func TestHTTPTriger(t *testing.T) {
142142
// TestBuildExamples ensures that the tinygo examples will build successfully.
143143
func TestBuildExamples(t *testing.T) {
144144
for _, example := range []string{
145-
"../../examples/config-tinygo",
146145
"../../examples/http-tinygo",
147146
"../../examples/http-tinygo-outbound-http",
148147
"../../examples/tinygo-outbound-redis",
149148
"../../examples/tinygo-redis",
150149
"../../examples/tinygo-key-value",
150+
"../../examples/variables-tinygo",
151151
} {
152152
build(t, example)
153153
}

0 commit comments

Comments
 (0)