Skip to content

Commit 9692379

Browse files
committed
fix test error
1 parent 24d7bab commit 9692379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/lfs_view_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func TestLFSRender(t *testing.T) {
7474
assert.Contains(t, fileInfo, "LFS")
7575

7676
// find new file view container
77-
fileViewContainer := doc.Find("div.file-view-container")
77+
fileViewContainer := doc.Find("div.file-view-render-container")
7878
assert.Positive(t, fileViewContainer.Length(), "File view container should exist")
7979

8080
// check data attribute instead of link href

0 commit comments

Comments
 (0)