make test names a bit more precise

This commit is contained in:
grambbledook
2026-01-12 16:30:41 +01:00
parent eb67e05029
commit 26a31d65ea
+1 -1
View File
@@ -50,7 +50,7 @@ func TestFeatureToggles(t *testing.T) {
},
},
{
name: "type of the feature flag is handled correctly",
name: "feature flags of different types are handled correctly",
conf: map[string]string{
"feature1": "1", "feature2": "1.0",
"feature3": `{"foo":"bar"}`, "feature4": "bar",