Skip to content

Commit 6b86181

Browse files
committed
dev: rename test struct
1 parent ecdd5a0 commit 6b86181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

formatter_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const _address = "grpcs://127.0.0.1"
1313

14-
type Example struct {
14+
type meteoData struct {
1515
Int int
1616
Str string
1717
Double float64
@@ -104,7 +104,7 @@ func TestFormat(t *testing.T) {
104104
"struct arg": {
105105
template: "Example is: {0}",
106106
args: []any{
107-
Example{
107+
meteoData{
108108
Int: 123,
109109
Str: "This is a test str, nothing more special",
110110
Double: -1.098743,

0 commit comments

Comments
 (0)