Skip to content

Commit df40c25

Browse files
committed
Improve upload archive progress bar
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
1 parent c837d05 commit df40c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ func testSetupCommand(t *testing.T, packageManager project.ProjectType) {
308308
// Validate that the package does not exist in the cache before running the test.
309309
client, err := httpclient.ClientBuilder().Build()
310310
assert.NoError(t, err)
311-
version := "4.0.1"
311+
version := "4.0.0"
312312
if packageManager == project.Dotnet {
313-
version = "4.0.2"
313+
version = "4.1.0"
314314
}
315315
moduleCacheUrl := serverDetails.ArtifactoryUrl + tests.NugetRemoteRepo + "-cache/nunit." + version + ".nupkg"
316316
_, _, err = client.GetRemoteFileDetails(moduleCacheUrl, artHttpDetails)

0 commit comments

Comments
 (0)