Skip to content

Commit

Permalink
Merge pull request #19 from johnbfair/getgist-fix
Browse files Browse the repository at this point in the history
Fixed path to file.txt for GetGist Test
  • Loading branch information
johnbfair committed Oct 14, 2013
2 parents 24d376c + 98d1ac5 commit 548d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntegrationTests/GistTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async public Task GetGist()
gist.Files["file.txt"].Content.Should().Be("It has text too!");
gist.Files["file.txt"].Size.Should().Be(16);
gist.Files["file.txt"].RawUrl.Should()
.Be("https://gist.github.com/raw/6287413/d598c68a9b50654d1242f0e0881728f64d97d85c/file.txt");
.Be("https://gist.github.com/johnduhart/6287413/raw/d598c68a9b50654d1242f0e0881728f64d97d85c/file.txt");
gist.Files["code.rb"].Filename.Should().Be("code.rb");
gist.Files["code.rb"].Type.Should().Be("application/ruby");
gist.Files["code.rb"].Language.Should().Be("Ruby");
Expand Down

0 comments on commit 548d2d3

Please sign in to comment.