test: update test to use SqlObjects.SubmitSearch constant
This commit is contained in:
@@ -312,7 +312,7 @@ public class LotFinderRepositoryTests
|
|||||||
var ex = await Should.ThrowAsync<QueryException>(
|
var ex = await Should.ThrowAsync<QueryException>(
|
||||||
async () => await repository.SubmitSearchAsync(search));
|
async () => await repository.SubmitSearchAsync(search));
|
||||||
|
|
||||||
ex.QueryName.ShouldBe("SubmitSearch");
|
ex.QueryName.ShouldBe(SqlObjects.SubmitSearch);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|||||||
Reference in New Issue
Block a user