Skip to content

Commit bb0e624

Browse files
committed
Fixed approval test
1 parent 2b5a47e commit bb0e624

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Tests/ApprovalFiles/NoPublicApiChanges.Run.DotNet.verified.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-

1+
[assembly: System.CLSCompliantAttribute(true)]
2+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
3+
[assembly: System.Runtime.InteropServices.GuidAttribute("4f62ae2f-797b-488d-a71e-f27873167fa1")]
4+
25
namespace DbUp.Oracle
36
{
47
[System.ObsoleteAttribute()]

src/Tests/ApprovalFiles/NoPublicApiChanges.Run.Net.verified.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-

1+
[assembly: System.CLSCompliantAttribute(true)]
2+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
3+
[assembly: System.Runtime.InteropServices.GuidAttribute("4f62ae2f-797b-488d-a71e-f27873167fa1")]
4+
25
namespace DbUp.Oracle
36
{
47
[System.ObsoleteAttribute()]

0 commit comments

Comments
 (0)