Skip to content

Commit

Permalink
Fix expect i think?
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Sep 24, 2024
1 parent 8a4bd39 commit 1482ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/qsharp/test/basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ test("diagnostics with related spans", async () => {
{
code: "Qsc.Resolve.Ambiguous",
message:
"name error: `DumpMachine` could refer to the item in `Microsoft.Quantum.Diagnostics` or `Other`",
"name error: `DumpMachine` could refer to the item in `Std.Diagnostics` or `Other`",
related: [
{
message: "ambiguous name",
Expand Down

0 comments on commit 1482ffb

Please sign in to comment.