Skip to content

Commit cbb06b3

Browse files
committed
fix(repository-override-test): invalid syntax
1 parent ba508de commit cbb06b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Extensibility/RepositoryOverrideTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Net.Http;
33
using System.Threading.Tasks;
44
using Microsoft.AspNetCore.Hosting;
5-
using Microsoft.AspNetCore.TestHost;]
5+
using Microsoft.AspNetCore.TestHost;
66
using Xunit;
77
using JsonApiDotNetCoreExample.Data;
88
using JsonApiDotNetCoreExampleTests.Startups;

0 commit comments

Comments
 (0)