We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8392588 commit acdf7dfCopy full SHA for acdf7df
1 file changed
java/ql/integration-tests/all-platforms/kotlin/path_transformer/test.py
@@ -11,4 +11,4 @@
11
exists = list(map(os.path.exists, files))
12
if exists != [True] * 2:
13
print(exists)
14
- raise Exception("Didn't get expected filed")
+ raise Exception("Didn't get expected files")
0 commit comments