We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7b17 commit 45f9cb9Copy full SHA for 45f9cb9
2 files changed
windowsapi-code-generator/src/main/resources/Windows.Win32.winmd
7 KB
windowsapi-code-generator/src/test/java/net/codecrete/windowsapi/writer/CodeWriterTest.java
@@ -43,7 +43,7 @@ void writeAll_succeeds() {
43
.map(Map.Entry::getKey).toList();
44
assertThat(duplicateFiles).isEmpty();
45
// The following number must not change unless the metadata has been updated
46
- assertThat(eventListener.filePaths).hasSize(31980);
+ assertThat(eventListener.filePaths).hasSize(31992);
47
}
48
49
@Test
0 commit comments