Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 11, 2023
1 parent b50cccb commit 17bc471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,8 @@ urllib3>=1.21.1,<=1.26.5
cp = ts.Spawn("import", reqsFileName)
cp.ExpectExitCode(0)

// Test version numbers once the following story is resolved:
// https://activestatef.atlassian.net/browse/DX-2272
cp = ts.Spawn("packages")
cp.Expect("Mopidy-Dirble")
cp.Expect("coverage")
Expand Down

0 comments on commit 17bc471

Please sign in to comment.