Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UnidentifiedX committed Aug 23, 2024
1 parent f6a87bb commit abc028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YTSearch.NET.Tests/YouTubeSearchTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public async Task SearchYoutube_TitleSearchWithoutFlags_CorrectVideoDetails()
Assert.That(a.Url, Is.EqualTo("https://www.youtube.com/watch?v=dQw4w9WgXcQ"));
Assert.That(a.Length, Is.EqualTo(TimeSpan.FromSeconds(213)));
Assert.That(a.Author, Is.EqualTo("Rick Astley"));
Assert.That(a.Published, Is.EqualTo("13 years ago"));
Assert.That(a.Published, Is.EqualTo("14 years ago"));
});
}
}
Expand Down

0 comments on commit abc028c

Please sign in to comment.