Skip to content

Commit

Permalink
Update tests for new version of Quick
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Oct 26, 2023
1 parent b64d11b commit 4db02b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADUtilsTests/NSDirectionalRectEdgeTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ADUtils
@available(iOS 13.0, tvOS 13.0, *)
class NSDirectionalRectEdgeTest: QuickSpec {

override func spec() {
override class func spec() {

it("should only contain vertical values") {
expect(NSDirectionalRectEdge.vertical).to(equal([.top, .bottom]))
Expand Down
2 changes: 1 addition & 1 deletion ADUtilsTests/UIRectEdgeTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ADUtils

class UIRectEdgeTest: QuickSpec {

override func spec() {
override class func spec() {

it("should only contain vertical values") {
expect(UIRectEdge.vertical).to(equal([.top, .bottom]))
Expand Down

0 comments on commit 4db02b6

Please sign in to comment.