Skip to content

Commit b912b45

Browse files
committed
update test
1 parent 5b09f77 commit b912b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package tfjson
44

55
import (
6+
"encoding/json"
67
"testing"
78
"time"
89

@@ -132,7 +133,7 @@ func TestLogging_query(t *testing.T) {
132133
DisplayName: "This is a easy-antelope",
133134
Identity: map[string]any{
134135
"id": "easy-antelope",
135-
"legs": float64(6),
136+
"legs": json.Number("6"),
136137
},
137138
IdentityVersion: 1,
138139
},

0 commit comments

Comments
 (0)