Skip to content

Commit 86284f3

Browse files
committed
Update assertion
1 parent 7f82cf6 commit 86284f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtests/Paket.IntegrationTests/PackSpecs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ let ``#3710 specify license expression and icon``() =
945945
let nuspec = File.ReadAllText(nuspecFile.FullName)
946946
let expectedLicense = """<license type="expression">MIT</license>"""
947947
let expectedIcon = """<icon>guy-fieri.jpg</icon>"""
948-
let expectedFile = """<file src="guy-fieri.jpg" target="" />"""
948+
let expectedFile = """<file src="guy-fieri.jpg" target="img" />"""
949949
if not (nuspec.Contains expectedLicense) then
950950
failwith ("nuspec doesn't have the license expression.\n" + nuspec)
951951
if not (nuspec.Contains expectedIcon) then

0 commit comments

Comments
 (0)