Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165-airport-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Kabourek
pa165-airport-manager
Commits
f613c3c2
There was an error fetching the commit references. Please try again later.
Commit
f613c3c2
authored
11 months ago
by
xkromm
Browse files
Options
Downloads
Patches
Plain Diff
renamed TestApiFactory
parent
dc0e46d3
No related branches found
No related tags found
1 merge request
!9
Service tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
airports-flight-service/src/test/java/cz/muni/fi/pa165/utils/TestDaoFactory.java
+1
-1
1 addition, 1 deletion
.../src/test/java/cz/muni/fi/pa165/utils/TestDaoFactory.java
with
1 addition
and
1 deletion
airports-flight-service/src/test/java/cz/muni/fi/pa165/utils/Test
Api
Factory.java
→
airports-flight-service/src/test/java/cz/muni/fi/pa165/utils/Test
Dao
Factory.java
+
1
−
1
View file @
f613c3c2
...
...
@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
import
java.util.UUID
;
@Component
public
class
Test
Api
Factory
{
public
class
Test
Dao
Factory
{
public
static
Flight
getFlightEntity
()
{
UUID
id
=
new
UUID
(
0x1
,
0xf
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment