We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af36eb1 commit e0722c6Copy full SHA for e0722c6
1 file changed
internal/dev_server/db/sqlite_test.go
@@ -72,6 +72,7 @@ func TestDBFunctions(t *testing.T) {
72
SourceEnvironmentKey: "env-2",
73
Context: ldContext,
74
LastSyncTime: now,
75
+ PayloadVersion: 1,
76
AllFlagsState: model.FlagsState{
77
"flag-1": model.FlagState{Value: ldvalue.Int(123), Version: 2},
78
"flag-2": model.FlagState{Value: ldvalue.Float64(99.99), Version: 2},
@@ -98,6 +99,7 @@ func TestDBFunctions(t *testing.T) {
98
99
SourceEnvironmentKey: "env-3",
100
101
102
103
104
105
0 commit comments