Skip to content

Commit 45f9cb9

Browse files
committed
Update metadata to version 69.0.7
1 parent 7df7b17 commit 45f9cb9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

windowsapi-code-generator/src/test/java/net/codecrete/windowsapi/writer/CodeWriterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void writeAll_succeeds() {
4343
.map(Map.Entry::getKey).toList();
4444
assertThat(duplicateFiles).isEmpty();
4545
// The following number must not change unless the metadata has been updated
46-
assertThat(eventListener.filePaths).hasSize(31980);
46+
assertThat(eventListener.filePaths).hasSize(31992);
4747
}
4848

4949
@Test

0 commit comments

Comments
 (0)