Skip to content

Commit f9504a8

Browse files
authored
Merge pull request #3046 from itowlson/revert-legacy-test-expected-output
Revert expected test output for legacy apps
2 parents 2b71873 + caec9f3 commit f9504a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ mod integration_tests {
321321
)
322322
};
323323

324-
test("golang", "Hello World!\n")?;
325-
test("rust", "Hello World!")?;
324+
test("golang", "Hello Fermyon!\n")?;
325+
test("rust", "Hello, Fermyon")?;
326326
test("javascript", "Hello from JS-SDK")?;
327327
test("typescript", "Hello from TS-SDK")?;
328328
Ok(())

0 commit comments

Comments
 (0)