Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Dec 17, 2023
1 parent 65aa352 commit f3bd90f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'test_controller.dart';
void main() {
late DartnessServer dartness;

const int port = 1453;
const int port = 1265;
late HttpClient httpClient;

setUp(() async {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'test_middleware.dart';
void main() {
late DartnessServer dartness;

const int port = 1243;
const int port = 1354;
late HttpClient httpClient;

setUp(() async {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ void main() {

test(
""
"GIVEN a path that do not exists"
"WHEN sending a request to the server"
"GIVEN a path that do not exists "
"WHEN sending a request to the server "
"THEN throw NotFound http status"
"", () async {
final expected = HttpStatus.notFound;
Expand Down

0 comments on commit f3bd90f

Please sign in to comment.