Skip to content

Commit 1b0a8ff

Browse files
committed
change test name
1 parent 732ef48 commit 1b0a8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
config: smoke.toml
2323
count: 1
2424
timeout: 10m
25-
- name: TestSmokeSolana
25+
- name: TestSolanaSmoke
2626
config: smoke_solana.toml
2727
count: 1
2828
timeout: 10m

framework/examples/myproject/smoke_solana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type CfgSolana struct {
1616
NodeSet *ns.Input `toml:"nodeset" validate:"required"`
1717
}
1818

19-
func TestSmokeSolana(t *testing.T) {
19+
func TestSolanaSmoke(t *testing.T) {
2020
in, err := framework.Load[CfgSolana](t)
2121
require.NoError(t, err)
2222

0 commit comments

Comments
 (0)