Skip to content

Commit 4827c91

Browse files
authored
Fix compatibility check test (#3135)
1 parent 555692f commit 4827c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge/src/compatibility_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,6 @@ mod tests {
315315
"Follow instructions from https://docs.swmansion.com/scarb/download.html"
316316
)
317317
);
318-
assert!(validation_output.contains("✅ Universal Sierra Compiler 2.4.0"));
318+
assert!(validation_output.contains("✅ Universal Sierra Compiler"));
319319
}
320320
}

0 commit comments

Comments
 (0)