Skip to content

Commit

Permalink
Fix function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Apr 15, 2024
1 parent 6d27d67 commit d4edf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app/CollectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CollectionTests : XCTestCase {
}

public func testArrayVectorIsIterable() throws {
XCTAssertNotNil(try CollectionTester.vectorToIterable(["a", "b", "c"].toVector()))
XCTAssertNotNil(try CollectionTester.vectorAsIterable(["a", "b", "c"].toVector()))
}

public func testVectorObject_toCallback() throws {
Expand Down

0 comments on commit d4edf21

Please sign in to comment.