Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Sep 26, 2024
1 parent 6bf0d1a commit af715a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/SwiftGodotTests/EncodingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,6 @@ final class EncodingTests: GodotTestCase {
Foo(myInt: 30, myText: "Nested2", myIntArray: [2,2,2])])
try? foon.encode (to:g)

print(g.data)
print(g.data.description)
}
}
2 changes: 1 addition & 1 deletion Tests/SwiftGodotTests/MemoryLeakTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ final class MemoryLeakTests: GodotTestCase {
variant[1] = Variant("K")
}

XCTAssertEqual(variant[2], Variant("U"))
XCTAssertEqual(variant[1], Variant("K"))
}

XCTAssertEqual(variant[0], Variant("U"))
Expand Down

0 comments on commit af715a1

Please sign in to comment.