Skip to content
  • This project
    • Loading...
  • Sign in

liyaoting / update-video

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • update-video
  • ..
  • updatevideo
  • UpdateVideoApplicationTests.java
  • liyaoting's avatar
    first · b5d5f243
    liyaoting committed 2023-02-17 17:09:37 +0800
    b5d5f243 Browse Files
UpdateVideoApplicationTests.java 215 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package cn.bxe.updatevideo;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class UpdateVideoApplicationTests {

	@Test
	void contextLoads() {
	}

}