aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/dump_restore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/dump_restore_test.go')
-rw-r--r--integrations/dump_restore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/dump_restore_test.go b/integrations/dump_restore_test.go
index 3723334ea1..ef869c4dda 100644
--- a/integrations/dump_restore_test.go
+++ b/integrations/dump_restore_test.go
@@ -201,7 +201,7 @@ func (c *compareDump) assertEquals(repoBefore, repoAfter *repo_model.Repository)
"Assignees": {ignore: true}, // not implemented yet
"Head": {nested: comparePullRequestBranch},
"Base": {nested: comparePullRequestBranch},
- "Labels": {ignore: true}, // because org labels are not handled propery
+ "Labels": {ignore: true}, // because org labels are not handled properly
}).([]*base.PullRequest)
assert.True(c.t, ok)
assert.GreaterOrEqual(c.t, len(prs), 1)