Skip to content

Commit

Permalink
Update samples_test/src/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: orpuente-MS <[email protected]>
  • Loading branch information
DmitryVasilevsky and orpuente-MS authored Jan 9, 2025
1 parent 029fe57 commit fbac64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples_test/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use qsc::{
use qsc_project::{FileSystem, StdFs};

// Two tests are needed to check interpreter working in debug and non-debug mode.
// This results in two exepected stings defined. Although two strings are typically the same,
// This results in two expected strings defined. Although two strings are typically the same,
// there may be a difference. Also, having two separate strings helps with
// automatic updates of expected value by Rust analyzer.
fn compile_and_run(sources: SourceMap) -> String {
Expand Down

0 comments on commit fbac64b

Please sign in to comment.