Skip to content

Commit acdf7df

Browse files
committed
Kotlin: Fix typo
1 parent 8392588 commit acdf7df

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/kotlin/path_transformer

1 file changed

+1
-1
lines changed

java/ql/integration-tests/all-platforms/kotlin/path_transformer/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
exists = list(map(os.path.exists, files))
1212
if exists != [True] * 2:
1313
print(exists)
14-
raise Exception("Didn't get expected filed")
14+
raise Exception("Didn't get expected files")

0 commit comments

Comments
 (0)