Skip to content

Commit

Permalink
fix: fix unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Oct 23, 2023
1 parent 8bebe7a commit da3afce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/artifacts/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestDownloadCharts(t *testing.T) {
}{
{GreptimeDBClusterChartName, "latest", ArtifactTypeChart, false},
{GreptimeDBOperatorChartName, "latest", ArtifactTypeChart, false},
{GreptimeDBClusterChartName, "0.1.1-alpha.13", ArtifactTypeChart, false},
{GreptimeDBClusterChartName, "0.1.2", ArtifactTypeChart, false},
{GreptimeDBOperatorChartName, "0.1.1-alpha.12", ArtifactTypeChart, false},
{EtcdChartName, DefaultEtcdChartVersion, ArtifactTypeChart, false},
}
Expand Down Expand Up @@ -94,7 +94,7 @@ func TestDownloadChartsFromCNRegion(t *testing.T) {
}{
{GreptimeDBClusterChartName, LatestVersionTag, ArtifactTypeChart, true},
{GreptimeDBOperatorChartName, LatestVersionTag, ArtifactTypeChart, true},
{GreptimeDBClusterChartName, "0.1.1-alpha.13", ArtifactTypeChart, true},
{GreptimeDBClusterChartName, "0.1.2", ArtifactTypeChart, true},
{GreptimeDBOperatorChartName, "0.1.1-alpha.12", ArtifactTypeChart, true},
{EtcdChartName, DefaultEtcdChartVersion, ArtifactTypeChart, true},
}
Expand Down

0 comments on commit da3afce

Please sign in to comment.