Skip to content

Commit caec9f3

Browse files
committed
Revert expected test output for legacy apps
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 5d3aee6 commit caec9f3

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)