Skip to content

fix: xast test case indentation - #4660

Merged
julienrbrt merged 2 commits into
mainfrom
fix/xast-test-case-function
May 7, 2025
Merged

fix: xast test case indentation#4660
julienrbrt merged 2 commits into
mainfrom
fix/xast-test-case-function

Conversation

@Pantani

@Pantani Pantani commented May 7, 2025

Copy link
Copy Markdown
Contributor

Use the xast package to add a test case to a table. The test will add a new test case with weird indentation. This PR fixes this issue and adds a new test case.

eg:

		}, {
			desc: "valid first genesis state",
			genState: GenesisState{}}, {
			desc: "valid second genesis state",
			genState: GenesisState{}},

Expected:

		}, {
			desc:     "valid first genesis state",
			genState: GenesisState{},
		}, {
			desc:     "valid second genesis state",
			genState: GenesisState{},
		},

@Pantani Pantani self-assigned this May 7, 2025
@github-actions github-actions Bot added component:ci CI/CD workflow and automated jobs. component:configs component:packages labels May 7, 2025
@Pantani
Pantani requested review from salmad3 and toschdev as code owners May 7, 2025 06:03
@julienrbrt
julienrbrt merged commit 25a251d into main May 7, 2025
@julienrbrt
julienrbrt deleted the fix/xast-test-case-function branch May 7, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants