Skip to content

Commit 1abed0c

Browse files
authored
Merge pull request #3114 from itowlson/fix-integration-tests-again-again
Fix the failing integration tests
2 parents aab45e9 + c198f8e commit 1abed0c

File tree

4 files changed

+55
-55
lines changed

4 files changed

+55
-55
lines changed

tests/integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ mod integration_tests {
602602
&[],
603603
prebuild,
604604
HashMap::default(),
605-
"hello universe",
605+
"Hello, Spin!",
606606
)
607607
}
608608

@@ -622,7 +622,7 @@ mod integration_tests {
622622
&[],
623623
prebuild,
624624
HashMap::default(),
625-
"hello universe",
625+
"Hello, Spin!",
626626
)
627627
}
628628

tests/test-components/components/Cargo.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test-components/components/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ exclude = ["target"]
44
resolver = "2"
55

66
[workspace.dependencies]
7-
wit-bindgen = "0.32.0"
7+
wit-bindgen = "0.34.0"

tests/test-components/helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
wit-bindgen = { version = "0.32.0", optional = true }
7+
wit-bindgen = { version = "0.34.0", optional = true }
88

99
[features]
1010
default = ["define-component"]

0 commit comments

Comments
 (0)