Skip to content

Commit ef82078

Browse files
committed
fix: Error message
1 parent 6d8cd74 commit ef82078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bunit/TestContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Bunit;
22

33
/// <inheritdoc />
4-
[Obsolete($"Use {nameof(BunitContext)} instead. BunitContext will be removed in a future release.", false, UrlFormat = "https://bunit.dev/docs/migrations")]
4+
[Obsolete($"Use {nameof(BunitContext)} instead. TestContext will be removed in a future release.", false, UrlFormat = "https://bunit.dev/docs/migrations")]
55
public class TestContext : BunitContext
66
{
77
}

0 commit comments

Comments
 (0)