Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Sep 11, 2024
1 parent 0e7f0f7 commit 2a8f221
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vscode/test/suites/debugger/debugger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,16 @@ suite("Q# Debugger Tests", function suite() {
{
id: 1,
source: {
name: "intrinsic.qs",
name: "Intrinsic.qs",
path: "qsharp-library-source:Std/Intrinsic.qs",
sourceReference: 0,
adapterData: "qsharp-adapter-data",
},
line: 205,
column: 13,
line: 201,
column: 9,
name: "H ",
endLine: 205,
endColumn: 44,
endLine: 201,
endColumn: 40,
},
{
id: 0,
Expand Down

0 comments on commit 2a8f221

Please sign in to comment.