Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade pfm v7.1.2 #408

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: lint godoc
RafilxTenfen committed Jan 10, 2024

Verified

This commit was signed with the committer’s verified signature.
commit b29403fe263a545e06c0b9d94fce54570167e041
2 changes: 1 addition & 1 deletion tests/interchaintest/basic_cosmos_test.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import (
"go.uber.org/zap/zaptest"
)

// TestStartCentauri is a basic test to assert that spinning up a Centauri network with 1 validator works properly.
// TestBasicCentauri is a basic test to assert that spinning up a Centauri network with 1 validator works properly.
func TestBasicCentauri(t *testing.T) {
if testing.Short() {
t.Skip()