Skip to content

Commit 658d75a

Browse files
authored
chore: Sort contract test capabilities (#68)
Separating the sort and adding that I'm doing in a separate PR to make it clearer what is being added.
1 parent ea88101 commit 658d75a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/sdk/server/contract-tests/service/src/main/java/sdktest/TestService.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
public class TestService {
2424
private static final int PORT = 8000;
2525
private static final String[] CAPABILITIES = new String[]{
26-
"server-side",
27-
"strongly-typed",
2826
"all-flags-client-side-only",
2927
"all-flags-details-only-for-tracked-flags",
3028
"all-flags-with-reasons",
29+
"anonymous-redaction",
3130
"big-segments",
31+
"client-prereq-events",
3232
"context-type",
33-
"service-endpoints",
34-
"tags",
35-
"filtering",
36-
"migrations",
33+
"evaluation-hooks",
3734
"event-sampling",
35+
"filtering",
3836
"inline-context-all",
39-
"anonymous-redaction",
40-
"evaluation-hooks",
41-
"client-prereq-events"
37+
"migrations",
38+
"server-side",
39+
"service-endpoints",
40+
"strongly-typed",
41+
"tags",
4242
};
4343

4444
static final Gson gson = new GsonBuilder().serializeNulls().create();

0 commit comments

Comments
 (0)