Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void runtimeEndpointSetMatchesTheMatrixExactly() throws Exception {
Map<String, Op> matrix = loadMatrix();
Set<String> runtime = runtimeOps().keySet();

assertThat(matrix).as("permission-matrix.yaml op count (contract v0.32.0)").hasSize(144);
assertThat(matrix).as("permission-matrix.yaml op count (contract v0.33.0)").hasSize(144);

Set<String> missingFromMatrix = new TreeSet<>(runtime);
missingFromMatrix.removeAll(matrix.keySet());
Expand Down