Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 7487a58

Browse files
committed
appending comma to tests
1 parent 5a5ed0c commit 7487a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TensorFlowTests/OperatorTests/MathTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ final class MathOperatorTests: XCTestCase {
288288
// ("testExpm1", testExpm1),
289289
("testSign", testSign),
290290
("testReduction", testReduction),
291-
("testCosineSimilarity", testCosineSimilarity)
291+
("testCosineSimilarity", testCosineSimilarity),
292292
("testArgmax", testArgmax),
293293
("testCeilAndFloor", testCeilAndFloor),
294294
("testSimpleMath", testSimpleMath),

0 commit comments

Comments
 (0)