Skip to content

Commit

Permalink
fix: Version test
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Smallman <srsmallman@mac.com>
  • Loading branch information
sammysmallman committed Apr 25, 2023
1 parent 1bb7cd9 commit 758b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OSCKitTests/OSCKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import XCTest
class OSCKitTests: XCTestCase {

func testVersion() {
XCTAssertEqual(OSCKit.version, "3.1.0")
XCTAssertEqual(OSCKit.version, "3.2.0")
}

func testLicense() {
Expand Down

0 comments on commit 758b977

Please sign in to comment.