Skip to content

Commit

Permalink
fix test_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Dec 1, 2024
1 parent a2307e5 commit 000a5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/tests/go_test_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('should run test file', function()
eq({
'go',
'test',
'coverage',
'./coverage',
'-test.run',
[['Test_branch|TestBranch|TestBranchSubTest']],
}, cmd)
Expand Down Expand Up @@ -216,7 +216,7 @@ describe('should run test file with flags', function()
'go',
'test',
'-tags=tag1',
'coverage',
'./coverage',
'-test.run',
[['Test_branch|TestBranch|TestBranchSubTest']],
}, cmd)
Expand Down Expand Up @@ -317,7 +317,7 @@ describe('should run test file with flags inside file: ', function()
'go',
'test',
'-tags=tag1,integration,unit',
'coverage',
'./coverage',
'-test.run',
"'TestTag'",
}, cmd)
Expand Down

0 comments on commit 000a5a9

Please sign in to comment.