Skip to content

Commit

Permalink
feat: update gitea test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Jun 21, 2024
1 parent c3ae597 commit 44eeeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/gitea.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai'
import { buildTeamString } from './gitea'

describe('giteaOperator', () => {
const teamNames = ['team-demo', 'team-demo2', 'team-demo3']
const teamNames = ['demo', 'demo2', 'demo3']
it('should create a valid group mapping string with all the teams', () => {
const mappingString = buildTeamString(teamNames)
expect(mappingString).to.be.equal(
Expand Down

0 comments on commit 44eeeca

Please sign in to comment.