Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin.yue committed Jan 19, 2021
1 parent 6595fe5 commit dabd772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/routes/apollo/routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestParseNamespace(t *testing.T) {
)
})

t.Run("get ns2.yml", func(t *testing.T) {
t.Run("get ns2.yaml", func(t *testing.T) {
ns, ext := a.parseNamespace("ns2.yaml")
require.Equal(
t,
Expand All @@ -133,7 +133,7 @@ func TestParseNamespace(t *testing.T) {
)
})

t.Run("get ns2.yml", func(t *testing.T) {
t.Run("get ns2.json", func(t *testing.T) {
ns, ext := a.parseNamespace("ns2.json")
require.Equal(
t,
Expand Down

0 comments on commit dabd772

Please sign in to comment.