Kotlin: Fix typo

This commit is contained in:
Ian Lynagh
2024-05-28 14:21:03 +01:00
parent 839258897a
commit acdf7df6a4

View File

@@ -11,4 +11,4 @@ files = ['test-db/trap/java/src/kotlin_source.kt.trap.gz', 'test-db/src/src/kotl
exists = list(map(os.path.exists, files))
if exists != [True] * 2:
print(exists)
raise Exception("Didn't get expected filed")
raise Exception("Didn't get expected files")