2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Had commented out the line that actually did anything...

This commit is contained in:
Oliver Walters 2022-05-21 20:12:01 +10:00
parent 6b0fd2a708
commit 12828e47f9

View File

@ -31,5 +31,5 @@ if __name__ == '__main__':
f.write("// It has been created to ensure that *all* source file are included in coverage data\n")
f.write("// Reference: https://github.com/flutter/flutter/issues/27997#issue-410722816\n\n")
f.write("// Do not actually test anything!")
f.write("// Do not actually test anything!\n")
f.write("void main() {}\n")