Skip to content

Commit

Permalink
Merge pull request #814 from DeluxeAlonso/feature/unit-tests
Browse files Browse the repository at this point in the history
Feature/unit tests
  • Loading branch information
DeluxeAlonso authored Oct 18, 2023
2 parents ff7cad5 + d6bb0e5 commit 250fb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2019 Alonso. All rights reserved.
//

public struct ListResult: Decodable, Paginable {
struct ListResult: Decodable, Paginable {

let results: [List]
var currentPage: Int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2019 Alonso. All rights reserved.
//

public struct VideoResult: Decodable {
struct VideoResult: Decodable {

let results: [Video]

Expand Down

0 comments on commit 250fb67

Please sign in to comment.